Skip to content

Commit bb4b804

Browse files
committed
chore: update core version to 3.0.1-dev (0x030001F0)
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
1 parent 7698174 commit bb4b804

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

libraries/SrcWrapper/inc/stm32_def.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
*/
88
#define STM32_CORE_VERSION_MAJOR (0x03U) /*!< [31:24] major version */
99
#define STM32_CORE_VERSION_MINOR (0x00U) /*!< [23:16] minor version */
10-
#define STM32_CORE_VERSION_PATCH (0x00U) /*!< [15:8] patch version */
10+
#define STM32_CORE_VERSION_PATCH (0x01U) /*!< [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 (0x0FU) /*!< [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

Lines changed: 1 addition & 1 deletion
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=3.0.0
8+
version=3.0.1-dev
99

1010

1111
# Define variables used multiple times in platform file

0 commit comments

Comments
 (0)