File tree Expand file tree Collapse file tree 2 files changed +10
-11
lines changed Expand file tree Collapse file tree 2 files changed +10
-11
lines changed Original file line number Diff line number Diff line change 1010=============== ===============
1111Series CubeMX version
1212=============== ===============
13- stm32c0xx 1.2 .0
13+ stm32c0xx 1.4 .0
1414stm32f0xx 1.11.5
1515stm32f1xx 1.8.6
1616stm32f2xx 1.9.5
@@ -19,20 +19,19 @@ stm32f4xx 1.28.1
1919stm32f7xx 1.17.2
2020stm32g0xx 1.6.2
2121stm32g4xx 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
2727stm32l4xx 1.18.1
2828stm32l5xx 1.5.1
29- stm32mp1xx 1.6.0
3029stm32mp13xx 1.2.0
31- stm32n6xx 1.0 .0
30+ stm32mp1xx 1.7 .0
3231stm32u0xx 1.2.0
3332stm32u5xx 1.7.0
3433stm32wb0x 1.0.0
3534stm32wbaxx 1.5.0
3635stm32wbxx 1.21.0
37- stm32wlxx 1.3.0
36+ stm32wlxx 1.3.1
3837=============== ===============
Original file line number Diff line number Diff line change 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 )
You can’t perform that action at this time.
0 commit comments