Skip to content

Commit 89a36ec

Browse files
committedDec 21, 2022
chore: bump release version to 2.4.0
Signed-off-by: Frederic Pillon <[email protected]>
1 parent 6158abb commit 89a36ec

File tree

3 files changed

+204
-204
lines changed

3 files changed

+204
-204
lines changed
 

‎README.md

+202-202
Large diffs are not rendered by default.

‎cores/arduino/stm32/stm32_def.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
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 )\

‎platform.txt

+1-1
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.4.0-dev
8+
version=2.4.0
99

1010
# STM compile variables
1111
# ----------------------

0 commit comments

Comments
 (0)
Please sign in to comment.