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 78c9d15 commit 50a5efa
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 11 deletions.
20 changes: 10 additions & 10 deletions stm32cube/common_ll/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,27 +10,27 @@ 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
stm32wbaxx 1.4.1
stm32wbxx 1.20.0
stm32wlxx 1.3.0
=============== ===============
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 50a5efa

Please # to comment.