Skip to content

Commit 8089d77

Browse files
committedMar 14, 2025·
chore: update core version to 2.11.0-dev (0x021100F0)
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
1 parent 8e173d6 commit 8089d77

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
 

‎libraries/SrcWrapper/inc/stm32_def.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
* @brief STM32 core version number
77
*/
88
#define STM32_CORE_VERSION_MAJOR (0x02U) /*!< [31:24] major version */
9-
#define STM32_CORE_VERSION_MINOR (0x10U) /*!< [23:16] minor version */
10-
#define STM32_CORE_VERSION_PATCH (0x01U) /*!< [15:8] patch version */
9+
#define STM32_CORE_VERSION_MINOR (0x11U) /*!< [23:16] minor version */
10+
#define STM32_CORE_VERSION_PATCH (0x00U) /*!< [15:8] patch version */
1111
/*
1212
* Extra label for development:
1313
* 0: official release
1414
* [1-9]: release candidate
1515
* F[0-9]: development
1616
*/
17-
#define STM32_CORE_VERSION_EXTRA (0x00U) /*!< [7:0] extra version */
17+
#define STM32_CORE_VERSION_EXTRA (0xF0U) /*!< [7:0] extra version */
1818
#define STM32_CORE_VERSION ((STM32_CORE_VERSION_MAJOR << 24U)\
1919
|(STM32_CORE_VERSION_MINOR << 16U)\
2020
|(STM32_CORE_VERSION_PATCH << 8U )\

‎platform.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# https://arduino.github.io/arduino-cli/latest/platform-specification/
66

77
name=STM32 boards groups (Board to be selected from Tools submenu 'Board part number')
8-
version=2.10.1
8+
version=2.11.0-dev
99

1010

1111
# Define variables used multiple times in platform file
@@ -17,7 +17,7 @@ busybox=
1717
busybox.windows={runtime.tools.STM32Tools.path}/win/busybox.exe
1818

1919
toolchain_dir={runtime.tools.xpack-arm-none-eabi-gcc-14.2.1-1.1.path}
20-
openocd_dir={runtime.tools.xpack-openocd-0.12.0-6.path}
20+
openocd_dir={runtime.tools.xpack-openocd-0.12.0-5.path}
2121

2222
tools_bin_path.windows={runtime.tools.STM32Tools.path}/win
2323
tools_bin_path.macosx={runtime.tools.STM32Tools.path}/macosx

0 commit comments

Comments
 (0)
Please sign in to comment.