File tree Expand file tree Collapse file tree 13 files changed +210
-0
lines changed
board_nucleo_144_with_stm32l4a6zg
board_nucleo_32_with_stm32f031k6
board_nucleo_32_with_stm32f303k8
board_nucleo_32_with_stm32l011k4
board_nucleo_32_with_stm32l031k6
board_nucleo_64_with_stm32f072rb Expand file tree Collapse file tree 13 files changed +210
-0
lines changed Original file line number Diff line number Diff line change 39
39
/*!
40
40
* @file board.h
41
41
* @brief Main board pin mapping.
42
+ *
43
+ * @note For board-specific changes and version history, refer to the changelogs:
44
+ * https://github.com/MikroElektronika/mikrosdk_v2/blob/master/changelog/v2.14.3/new_hw/2025-04-15.md
42
45
*/
43
46
44
47
#ifndef _BOARD_H_
Original file line number Diff line number Diff line change 39
39
/*!
40
40
* @file board.h
41
41
* @brief Main board pin mapping.
42
+ *
43
+ * @note For board-specific changes and version history, refer to the changelogs:
44
+ * https://github.com/MikroElektronika/mikrosdk_v2/blob/master/changelog/v2.14.3/new_hw/2025-04-14.md
42
45
*/
43
46
44
47
#ifndef _BOARD_H_
Original file line number Diff line number Diff line change 39
39
/*!
40
40
* @file board.h
41
41
* @brief Main board pin mapping.
42
+ *
43
+ * @note For board-specific changes and version history, refer to the changelogs:
44
+ * https://github.com/MikroElektronika/mikrosdk_v2/blob/master/changelog/v2.14.3/new_hw/2025-04-16.md
42
45
*/
43
46
44
47
#ifndef _BOARD_H_
Original file line number Diff line number Diff line change 39
39
/*!
40
40
* @file board.h
41
41
* @brief Main board pin mapping.
42
+ *
43
+ * @note For board-specific changes and version history, refer to the changelogs:
44
+ * https://github.com/MikroElektronika/mikrosdk_v2/blob/master/changelog/v2.14.3/new_hw/2025-04-17.md
42
45
*/
43
46
44
47
#ifndef _BOARD_H_
Original file line number Diff line number Diff line change 39
39
/*!
40
40
* @file board.h
41
41
* @brief Main board pin mapping.
42
+ *
43
+ * @note For board-specific changes and version history, refer to the changelogs:
44
+ * https://github.com/MikroElektronika/mikrosdk_v2/blob/master/changelog/v2.14.3/new_hw/2025-04-18.md
42
45
*/
43
46
44
47
#ifndef _BOARD_H_
Original file line number Diff line number Diff line change 39
39
/*!
40
40
* @file board.h
41
41
* @brief Main board pin mapping.
42
+ *
43
+ * @note For board-specific changes and version history, refer to the changelogs:
44
+ * https://github.com/MikroElektronika/mikrosdk_v2/blob/master/changelog/v2.14.3/new_hw/2025-04-21.md
42
45
*/
43
46
44
47
#ifndef _BOARD_H_
Original file line number Diff line number Diff line change @@ -70,6 +70,12 @@ Support added for following hardware:
70
70
+ ** [ 2025-04-09] ( ./new_hw/2025-04-09.md ) **
71
71
+ ** [ 2025-04-10] ( ./new_hw/2025-04-10.md ) **
72
72
+ ** [ 2025-04-11] ( ./new_hw/2025-04-11.md ) **
73
+ + ** [ 2025-04-14] ( ./new_hw/2025-04-14.md ) **
74
+ + ** [ 2025-04-15] ( ./new_hw/2025-04-15.md ) **
75
+ + ** [ 2025-04-16] ( ./new_hw/2025-04-16.md ) **
76
+ + ** [ 2025-04-17] ( ./new_hw/2025-04-17.md ) **
77
+ + ** [ 2025-04-18] ( ./new_hw/2025-04-18.md ) **
78
+ + ** [ 2025-04-21] ( ./new_hw/2025-04-21.md ) **
73
79
74
80
---
75
81
Original file line number Diff line number Diff line change
1
+
2
+ <p align =" center " >
3
+ <img src =" http://www.mikroe.com/img/designs/beta/logo_small.png?raw=true " alt =" MikroElektronika " />
4
+ </p >
5
+
6
+ ---
7
+
8
+ ** [ BACK TO PREVIOUS FILE] ( ../changelog.md ) **
9
+
10
+ ---
11
+
12
+ # 2025-04-14
13
+
14
+ ## Changes
15
+
16
+ - [ 2025-04-14] ( #2025-04-14 )
17
+ - [ Changes] ( #changes )
18
+ + [ Improvements] ( #improvements )
19
+
20
+ ### Improvements
21
+
22
+ Preconfigured Clock settings added for following hardware:
23
+
24
+ + [ Nucleo 32 with STM32F031K6 MCU] ( https://www.st.com/content/st_com/en/products/evaluation-tools/product-evaluation-tools/mcu-mpu-eval-tools/stm32-mcu-mpu-eval-tools/stm32-nucleo-boards/nucleo-f031k6.html )
25
+ + 48 MHz Clock using internal oscillator
26
+
27
+ ---
28
+
29
+ ** [ BACK TO PREVIOUS FILE] ( ../changelog.md ) **
30
+
31
+ ---
Original file line number Diff line number Diff line change
1
+
2
+ <p align =" center " >
3
+ <img src =" http://www.mikroe.com/img/designs/beta/logo_small.png?raw=true " alt =" MikroElektronika " />
4
+ </p >
5
+
6
+ ---
7
+
8
+ ** [ BACK TO PREVIOUS FILE] ( ../changelog.md ) **
9
+
10
+ ---
11
+
12
+ # 2025-04-15
13
+
14
+ ## Changes
15
+
16
+ - [ 2025-04-15] ( #2025-04-15 )
17
+ - [ Changes] ( #changes )
18
+ + [ Improvements] ( #improvements )
19
+
20
+ ### Improvements
21
+
22
+ Preconfigured Clock settings added for following hardware:
23
+
24
+ + [ Nucleo 144 with STM32L4A6ZG MCU] ( https://www.st.com/content/st_com/en/products/evaluation-tools/product-evaluation-tools/mcu-mpu-eval-tools/stm32-mcu-mpu-eval-tools/stm32-nucleo-boards/nucleo-l4a6zg.html )
25
+ + 80 MHz Clock using internal oscillator
26
+
27
+ ---
28
+
29
+ ** [ BACK TO PREVIOUS FILE] ( ../changelog.md ) **
30
+
31
+ ---
Original file line number Diff line number Diff line change
1
+
2
+ <p align =" center " >
3
+ <img src =" http://www.mikroe.com/img/designs/beta/logo_small.png?raw=true " alt =" MikroElektronika " />
4
+ </p >
5
+
6
+ ---
7
+
8
+ ** [ BACK TO PREVIOUS FILE] ( ../changelog.md ) **
9
+
10
+ ---
11
+
12
+ # 2025-04-16
13
+
14
+ ## Changes
15
+
16
+ - [ 2025-04-16] ( #2025-04-16 )
17
+ - [ Changes] ( #changes )
18
+ + [ Improvements] ( #improvements )
19
+
20
+ ### Improvements
21
+
22
+ Preconfigured Clock settings added for following hardware:
23
+
24
+ + [ Nucleo 32 with STM32F303K8 MCU] ( https://www.st.com/content/st_com/en/products/evaluation-tools/product-evaluation-tools/mcu-mpu-eval-tools/stm32-mcu-mpu-eval-tools/stm32-nucleo-boards/nucleo-f303k8.html )
25
+ + 72 MHz Clock using internal oscillator
26
+
27
+ ---
28
+
29
+ ** [ BACK TO PREVIOUS FILE] ( ../changelog.md ) **
30
+
31
+ ---
You can’t perform that action at this time.
0 commit comments