Skip to content

Commit ff84b23

Browse files
committed
system(G0): update STM32G0xx CMSIS Drivers to v1.4.3
Included in STM32CubeG0 FW v1.6.1 Signed-off-by: TLIG Dhaou <dhaou.tlig-ext@st.com>
1 parent 5aca908 commit ff84b23

File tree

3 files changed

+3
-11
lines changed

3 files changed

+3
-11
lines changed

system/Drivers/CMSIS/Device/ST/STM32G0xx/Include/stm32g0xx.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
*/
9191
#define __STM32G0_CMSIS_VERSION_MAIN (0x01U) /*!< [31:24] main version */
9292
#define __STM32G0_CMSIS_VERSION_SUB1 (0x04U) /*!< [23:16] sub1 version */
93-
#define __STM32G0_CMSIS_VERSION_SUB2 (0x02U) /*!< [15:8] sub2 version */
93+
#define __STM32G0_CMSIS_VERSION_SUB2 (0x03U) /*!< [15:8] sub2 version */
9494
#define __STM32G0_CMSIS_VERSION_RC (0x00U) /*!< [7:0] release candidate */
9595
#define __STM32G0_CMSIS_VERSION ((__STM32G0_CMSIS_VERSION_MAIN << 24)\
9696
|(__STM32G0_CMSIS_VERSION_SUB1 << 16)\

system/Drivers/CMSIS/Device/ST/STM32G0xx/README.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,7 @@ Details about the content of this release are available in the release note [her
2525

2626
## Compatibility information
2727

28-
In this table, you can find the successive versions of this CMSIS Device component, in-line with the corresponding versions of the full MCU package:
29-
30-
CMSIS Device G0 | CMSIS Core | Was delivered in the full MCU package
31-
--------------- | -------------- | -------------------------------------
32-
Tag v1.2.0 | Tag v4.5_cm0 | Tag v1.2.0
33-
Tag v1.3.0 | Tag v5.4.0_cm0 | Tag v1.3.0
34-
Tag v1.4.0 | Tag v5.6.0_cm0 | Tag v1.4.0
35-
Tag v1.4.1 | Tag v5.6.0_cm0 | Tag v1.5.0
36-
Tag v1.4.2 | Tag v5.6.0_cm0 | Tag v1.5.1
28+
It is **crucial** that you use a consistent set of versions for the CMSIS Core - CMSIS Device, as mentioned in [this](https://htmlpreview.github.io/?https://github.com/STMicroelectronics/STM32CubeG0/blob/master/Release_Notes.html) release note.
3729

3830
The full **STM32CubeG0** MCU package is available [here](https://github.com/STMicroelectronics/STM32CubeG0).
3931

system/Drivers/CMSIS/Device/ST/STM32YYxx_CMSIS_version.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* STM32F3: 2.3.6
77
* STM32F4: 2.6.8
88
* STM32F7: 1.2.7
9-
* STM32G0: 1.4.2
9+
* STM32G0: 1.4.3
1010
* STM32G4: 1.2.2
1111
* STM32H7: 1.10.2
1212
* STM32L0: 1.9.2

0 commit comments

Comments
 (0)