Skip to content

Commit 8523bfb

Browse files
authored
Merge pull request #2980 from fpistm/update_version
chore: update core, CMSIS and DSP versions
2 parents 687003c + 2c37222 commit 8523bfb

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -586,14 +586,14 @@ User can add a STM32 based board following this [wiki](https://github.com/stm32d
586586
| :green_heart: | STM32H503RB | Generic Board | *2.7.0* | |
587587
| :green_heart: | STM32H562RGT | WeAct H562RGT | *2.9.0* | |
588588
| :green_heart: | STM32H562RGT<br>STM32H562RIT | Generic Board | *2.9.0* | |
589-
| :yellow_heart: | STM32H562RGV<br>STM32H562RIV | Generic Board | **2.13.0** | |
589+
| :yellow_heart: | STM32H562RGV<br>STM32H562RIV | Generic Board | **3.0.0** | |
590590
| :green_heart: | STM32H563IIKxQ | Generic Board | *2.6.0* | |
591591
| :green_heart: | STM32H563RGT<br>STM32H563RIT | Generic Board | *2.8.1* | |
592-
| :yellow_heart: | STM32H563RGV<br>STM32H563RIV | Generic Board | **2.13.0** | |
592+
| :yellow_heart: | STM32H563RGV<br>STM32H563RIV | Generic Board | **3.0.0** | |
593593
| :green_heart: | STM32H563ZG<br>STM32H563ZI | Generic Board | *2.6.0* | |
594594
| :green_heart: | STM32H573IIKxQ | Generic Board | *2.6.0* | |
595595
| :green_heart: | STM32H573RIT | Generic Board | *2.8.1* | |
596-
| :yellow_heart: | STM32H573RIV | Generic Board | **2.13.0** | |
596+
| :yellow_heart: | STM32H573RIV | Generic Board | **3.0.0** | |
597597
| :green_heart: | STM32H573ZI | Generic Board | *2.6.0* | |
598598

599599
### Generic STM32H7 boards
@@ -878,7 +878,7 @@ User can add a STM32 based board following this [wiki](https://github.com/stm32d
878878
| :----: | :-------: | ---- | :-----: | :---- |
879879
| :green_heart: | STM32L4R5ZIYx | [Swan R5](https://blues.com/products/swan) | *2.1.0* | |
880880
| :green_heart: | STM32L433CC | [Cygnet](https://blues.com/products) | *2.8.0* | |
881-
| :yellow_heart: | STM32U575CITx | [Heron](https://blues.com/products) | **2.13.0** | |
881+
| :yellow_heart: | STM32U575CITx | [Heron](https://blues.com/products) | **3.0.0** | |
882882

883883
### [Elecgator](https://www.elecgator.com/) boards
884884

libraries/SrcWrapper/inc/stm32_def.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
/**
66
* @brief STM32 core version number
77
*/
8-
#define STM32_CORE_VERSION_MAJOR (0x02U) /*!< [31:24] major version */
9-
#define STM32_CORE_VERSION_MINOR (0x0DU) /*!< [23:16] minor version */
8+
#define STM32_CORE_VERSION_MAJOR (0x03U) /*!< [31:24] major version */
9+
#define STM32_CORE_VERSION_MINOR (0x00U) /*!< [23:16] minor version */
1010
#define STM32_CORE_VERSION_PATCH (0x00U) /*!< [15:8] patch version */
1111
/*
1212
* Extra label for development:

platform.txt

Lines changed: 3 additions & 3 deletions
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.13.0-dev
8+
version=3.0.0-dev
99

1010

1111
# Define variables used multiple times in platform file
@@ -26,8 +26,8 @@ tools_bin_path.linux={runtime.tools.STM32Tools.path}/linux
2626
core_stm32_dir={build.core.path}/stm32
2727
api_dir={build.core.path}/api
2828
hal_dir={build.system.path}/Drivers/{build.series}_HAL_Driver
29-
cmsis_dir={runtime.tools.CMSIS-6.2.0.path}/CMSIS
30-
cmsis_dsp={runtime.tools.CMSIS_DSP-1.16.2.path}
29+
cmsis_dir={runtime.tools.CMSIS-6.3.0.path}/CMSIS
30+
cmsis_dsp={runtime.tools.CMSIS_DSP-1.17.0.path}
3131
cmsis_nn={runtime.tools.CMSIS_NN-7.0.0.path}
3232
cmsis_dev_dir={build.system.path}/Drivers/CMSIS/Device/ST/{build.series}
3333
usbd_core_dir={build.system.path}/Middlewares/ST/STM32_USB_Device_Library/Core

0 commit comments

Comments
 (0)