Skip to content

Commit 8a44fb2

Browse files
gautierg-sterwango
authored andcommitted
stm32cube: common_ll: Regeneration after cube updates
Re - generate common_ll headers after Cube updates Signed-off-by: Guillaume Gautier <[email protected]>
1 parent 6e43d04 commit 8a44fb2

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

stm32cube/common_ll/README.rst

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,25 +10,25 @@ below.
1010
=============== ===============
1111
Series CubeMX version
1212
=============== ===============
13-
stm32c0xx 1.1.0
13+
stm32c0xx 1.2.0
1414
stm32f0xx 1.11.5
15-
stm32f1xx 1.8.5
16-
stm32f2xx 1.9.4
15+
stm32f1xx 1.8.6
16+
stm32f2xx 1.9.5
1717
stm32f3xx 1.11.5
18-
stm32f4xx 1.28.0
18+
stm32f4xx 1.28.1
1919
stm32f7xx 1.17.2
2020
stm32g0xx 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
2424
stm32h7xx 1.11.2
2525
stm32l0xx 1.12.2
2626
stm32l1xx 1.10.4
2727
stm32l4xx 1.18.1
2828
stm32l5xx 1.5.1
2929
stm32mp1xx 1.6.0
3030
stm32u0xx 1.1.0
31-
stm32u5xx 1.5.0
31+
stm32u5xx 1.6.0
3232
stm32wb0x 1.0.0
3333
stm32wbaxx 1.3.1
3434
stm32wbxx 1.19.1

stm32cube/common_ll/include/stm32_ll_crs.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
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>

0 commit comments

Comments
 (0)