Skip to content

Commit dc5b811

Browse files
committed
core(H5): update wrapped files
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
1 parent 23dd542 commit dc5b811

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

cores/arduino/stm32/stm32_def_build.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,10 @@
222222
#define CMSIS_STARTUP_FILE "startup_stm32gbk1cb.s"
223223
#elif defined(STM32H503xx)
224224
#define CMSIS_STARTUP_FILE "startup_stm32h503xx.s"
225+
#elif defined(STM32H523xx)
226+
#define CMSIS_STARTUP_FILE "startup_stm32h523xx.s"
227+
#elif defined(STM32H533xx)
228+
#define CMSIS_STARTUP_FILE "startup_stm32h533xx.s"
225229
#elif defined(STM32H562xx)
226230
#define CMSIS_STARTUP_FILE "startup_stm32h562xx.s"
227231
#elif defined(STM32H563xx)

0 commit comments

Comments
 (0)