File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 99
1010[ ![ GitHub release] ( https://img.shields.io/github/release/stm32duino/Arduino_Core_STM32.svg )] ( https://github.com/stm32duino/Arduino_Core_STM32/releases/latest )
1111![ GitHub All Releases] ( https://img.shields.io/github/downloads/stm32duino/Arduino_Core_STM32/total.svg?label=downloads%20since%201.4.0 )
12- [ ![ GitHub commits] ( https://img.shields.io/github/commits-since/stm32duino/Arduino_Core_STM32/2.7.0.svg )] ( https://github.com/stm32duino/Arduino_Core_STM32/compare/2.7.0 ...main )
12+ [ ![ GitHub commits since latest release ] ( https://img.shields.io/github/commits-since/stm32duino/Arduino_Core_STM32/latest/main )] ( https://github.com/stm32duino/Arduino_Core_STM32/compare/2.7.1 ...main )
1313
1414
1515* [ Introduction] ( https://github.com/stm32duino/Arduino_Core_STM32#Introduction ) <br >
Original file line number Diff line number Diff line change 66 * @brief STM32 core version number
77 */
88#define STM32_CORE_VERSION_MAJOR (0x02U) /*!< [31:24] major version */
9- #define STM32_CORE_VERSION_MINOR (0x08U ) /*!< [23:16] minor version */
10- #define STM32_CORE_VERSION_PATCH (0x00U ) /*!< [15:8] patch version */
9+ #define STM32_CORE_VERSION_MINOR (0x07U ) /*!< [23:16] minor 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 (0xF0U ) /*!< [7:0] extra version */
17+ #define STM32_CORE_VERSION_EXTRA (0x00U ) /*!< [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 )\
Original file line number Diff line number Diff line change 55# https://arduino.github.io/arduino-cli/latest/platform-specification/
66
77name=STM32 boards groups (Board to be selected from Tools submenu 'Board part number')
8- version=2.8.0-dev
8+ version=2.7.1
99
1010# STM compile variables
1111# ----------------------
You can’t perform that action at this time.
0 commit comments