Skip to content

Commit 0fd279a

Browse files
FRASTMerwango
authored andcommitted
stm32cube: common_ll: Regeneration after cube updates
Re - generate common_ll headers after Cube updates Signed-off-by: F. Ramu <francois.ramu@st.com>
1 parent 3f3310d commit 0fd279a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

stm32cube/common_ll/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ stm32f4xx 1.28.3
1919
stm32f7xx 1.17.4
2020
stm32g0xx 1.6.2
2121
stm32g4xx 1.6.1
22-
stm32h5xx 1.5.0
22+
stm32h5xx 1.6.0
2323
stm32h7rsxx 1.3.0
2424
stm32h7xx 1.12.1
2525
stm32l0xx 1.12.3

stm32cube/common_ll/include/stm32_ll_dma2d.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
#include <stm32f4xx_ll_dma2d.h>
99
#elif defined(CONFIG_SOC_SERIES_STM32F7X)
1010
#include <stm32f7xx_ll_dma2d.h>
11+
#elif defined(CONFIG_SOC_SERIES_STM32H5X)
12+
#include <stm32h5xx_ll_dma2d.h>
1113
#elif defined(CONFIG_SOC_SERIES_STM32H7RSX)
1214
#include <stm32h7rsxx_ll_dma2d.h>
1315
#elif defined(CONFIG_SOC_SERIES_STM32H7X)

0 commit comments

Comments
 (0)