File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 6
6
* @brief STM32 core version number
7
7
*/
8
8
#define STM32_CORE_VERSION_MAJOR (0x02U) /*!< [31:24] major version */
9
- #define STM32_CORE_VERSION_MINOR (0x06U ) /*!< [23:16] minor version */
9
+ #define STM32_CORE_VERSION_MINOR (0x07U ) /*!< [23:16] minor version */
10
10
#define STM32_CORE_VERSION_PATCH (0x00U) /*!< [15:8] patch version */
11
11
/*
12
12
* Extra label for development:
13
13
* 0: official release
14
14
* [1-9]: release candidate
15
15
* F[0-9]: development
16
16
*/
17
- #define STM32_CORE_VERSION_EXTRA (0x00U ) /*!< [7:0] extra version */
17
+ #define STM32_CORE_VERSION_EXTRA (0xF0U ) /*!< [7:0] extra version */
18
18
#define STM32_CORE_VERSION ((STM32_CORE_VERSION_MAJOR << 24U)\
19
19
|(STM32_CORE_VERSION_MINOR << 16U)\
20
20
|(STM32_CORE_VERSION_PATCH << 8U )\
Original file line number Diff line number Diff line change 5
5
# https://arduino.github.io/arduino-cli/latest/platform-specification/
6
6
7
7
name=STM32 boards groups (Board to be selected from Tools submenu 'Board part number')
8
- version=2.6.0
8
+ version=2.7.0-dev
9
9
10
10
# STM compile variables
11
11
# ----------------------
You can’t perform that action at this time.
0 commit comments