File tree Expand file tree Collapse file tree 2 files changed +11
-9
lines changed
Expand file tree Collapse file tree 2 files changed +11
-9
lines changed Original file line number Diff line number Diff line change @@ -10,25 +10,25 @@ below.
1010=============== ===============
1111Series CubeMX version
1212=============== ===============
13- stm32c0xx 1.1 .0
13+ stm32c0xx 1.2 .0
1414stm32f0xx 1.11.5
15- stm32f1xx 1.8.5
16- stm32f2xx 1.9.4
15+ stm32f1xx 1.8.6
16+ stm32f2xx 1.9.5
1717stm32f3xx 1.11.5
18- stm32f4xx 1.28.0
18+ stm32f4xx 1.28.1
1919stm32f7xx 1.17.2
2020stm32g0xx 1.6.2
21- stm32g4xx 1.5.2
22- stm32h5xx 1.2 .0
23- stm32h7rsxx 1.0 .0
21+ stm32g4xx 1.6.0
22+ stm32h5xx 1.3 .0
23+ stm32h7rsxx 1.1 .0
2424stm32h7xx 1.11.2
2525stm32l0xx 1.12.2
2626stm32l1xx 1.10.4
2727stm32l4xx 1.18.1
2828stm32l5xx 1.5.1
2929stm32mp1xx 1.6.0
3030stm32u0xx 1.1.0
31- stm32u5xx 1.5 .0
31+ stm32u5xx 1.6 .0
3232stm32wb0x 1.0.0
3333stm32wbaxx 1.3.1
3434stm32wbxx 1.19.1
Original file line number Diff line number Diff line change 44 * SPDX-License-Identifier: Apache-2.0
55 */
66
7- #if defined(CONFIG_SOC_SERIES_STM32F0X )
7+ #if defined(CONFIG_SOC_SERIES_STM32C0X )
8+ #include <stm32c0xx_ll_crs.h>
9+ #elif defined(CONFIG_SOC_SERIES_STM32F0X )
810#include <stm32f0xx_ll_crs.h>
911#elif defined(CONFIG_SOC_SERIES_STM32G0X )
1012#include <stm32g0xx_ll_crs.h>
You can’t perform that action at this time.
0 commit comments