Skip to content

Commit 46c5ca5

Browse files
djiatsaf-sterwango
authored andcommitted
stm32cube: common_ll: Regeneration after cube updates
- update common_ll readme with the new hal/ll version number for each concerned serie. - reorder inclusion of *_ll_iwdg.h header file STM32MP13X comes before STM32N6X Signed-off-by: Fabrice DJIATSA <[email protected]>
1 parent 0994237 commit 46c5ca5

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

stm32cube/common_ll/README.rst

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ below.
1010
=============== ===============
1111
Series CubeMX version
1212
=============== ===============
13-
stm32c0xx 1.2.0
13+
stm32c0xx 1.4.0
1414
stm32f0xx 1.11.5
1515
stm32f1xx 1.8.6
1616
stm32f2xx 1.9.5
@@ -19,20 +19,20 @@ stm32f4xx 1.28.1
1919
stm32f7xx 1.17.2
2020
stm32g0xx 1.6.2
2121
stm32g4xx 1.6.1
22-
stm32h5xx 1.4.0
23-
stm32h7rsxx 1.1.0
24-
stm32h7xx 1.12.0
25-
stm32l0xx 1.12.2
26-
stm32l1xx 1.10.4
22+
stm32h5xx 1.5.0
23+
stm32h7rsxx 1.2.0
24+
stm32h7xx 1.12.1
25+
stm32l0xx 1.12.3
26+
stm32l1xx 1.10.5
2727
stm32l4xx 1.18.1
2828
stm32l5xx 1.5.1
29-
stm32mp1xx 1.6.0
29+
stm32mp1xx 1.7.0
3030
stm32mp13xx 1.2.0
3131
stm32n6xx 1.0.0
3232
stm32u0xx 1.2.0
3333
stm32u5xx 1.7.0
3434
stm32wb0x 1.0.0
3535
stm32wbaxx 1.5.0
3636
stm32wbxx 1.21.0
37-
stm32wlxx 1.3.0
37+
stm32wlxx 1.3.1
3838
=============== ===============

stm32cube/common_ll/include/stm32_ll_iwdg.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@
3636
#include <stm32l4xx_ll_iwdg.h>
3737
#elif defined(CONFIG_SOC_SERIES_STM32L5X)
3838
#include <stm32l5xx_ll_iwdg.h>
39-
#elif defined(CONFIG_SOC_SERIES_STM32N6X)
40-
#include <stm32n6xx_ll_iwdg.h>
4139
#elif defined(CONFIG_SOC_SERIES_STM32MP13X)
4240
#include <stm32mp13xx_ll_iwdg.h>
41+
#elif defined(CONFIG_SOC_SERIES_STM32N6X)
42+
#include <stm32n6xx_ll_iwdg.h>
4343
#elif defined(CONFIG_SOC_SERIES_STM32U0X)
4444
#include <stm32u0xx_ll_iwdg.h>
4545
#elif defined(CONFIG_SOC_SERIES_STM32U5X)

0 commit comments

Comments
 (0)