Skip to content

Commit

Permalink
stm32cube: common_ll: Regeneration after cube updates
Browse files Browse the repository at this point in the history
Re - generate common_ll headers after Cube updates

Signed-off-by: Guillaume Gautier <guillaume.gautier-ext@st.com>
  • Loading branch information
gautierg-st committed Sep 27, 2024
1 parent d8469c6 commit 7bc0e5c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
16 changes: 8 additions & 8 deletions stm32cube/common_ll/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,25 +10,25 @@ below.
=============== ===============
Series CubeMX version
=============== ===============
stm32c0xx 1.1.0
stm32c0xx 1.2.0
stm32f0xx 1.11.5
stm32f1xx 1.8.5
stm32f2xx 1.9.4
stm32f1xx 1.8.6
stm32f2xx 1.9.5
stm32f3xx 1.11.5
stm32f4xx 1.28.0
stm32f4xx 1.28.1
stm32f7xx 1.17.2
stm32g0xx 1.6.2
stm32g4xx 1.5.2
stm32h5xx 1.2.0
stm32h7rsxx 1.0.0
stm32g4xx 1.6.0
stm32h5xx 1.3.0
stm32h7rsxx 1.1.0
stm32h7xx 1.11.2
stm32l0xx 1.12.2
stm32l1xx 1.10.4
stm32l4xx 1.18.1
stm32l5xx 1.5.1
stm32mp1xx 1.6.0
stm32u0xx 1.1.0
stm32u5xx 1.5.0
stm32u5xx 1.6.0
stm32wb0x 1.0.0
stm32wbaxx 1.3.1
stm32wbxx 1.19.1
Expand Down
4 changes: 3 additions & 1 deletion stm32cube/common_ll/include/stm32_ll_crs.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
* SPDX-License-Identifier: Apache-2.0
*/

#if defined(CONFIG_SOC_SERIES_STM32F0X)
#if defined(CONFIG_SOC_SERIES_STM32C0X)
#include <stm32c0xx_ll_crs.h>
#elif defined(CONFIG_SOC_SERIES_STM32F0X)
#include <stm32f0xx_ll_crs.h>
#elif defined(CONFIG_SOC_SERIES_STM32G0X)
#include <stm32g0xx_ll_crs.h>
Expand Down

0 comments on commit 7bc0e5c

Please sign in to comment.