Skip to content

Commit ebce140

Browse files
committed
[WB] Update CMSIS_STARTUP_FILE
Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
1 parent 28f4039 commit ebce140

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cores/arduino/stm32/stm32_def_build.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,8 @@
346346
#define CMSIS_STARTUP_FILE "startup_stm32l4s7xx.s"
347347
#elif defined(STM32L4S9xx)
348348
#define CMSIS_STARTUP_FILE "startup_stm32l4s9xx.s"
349+
#elif defined(STM32WB50xx)
350+
#define CMSIS_STARTUP_FILE "startup_stm32wb50xx_cm4.s"
349351
#elif defined(STM32WB55xx)
350352
#define CMSIS_STARTUP_FILE "startup_stm32wb55xx_cm4.s"
351353
#else

0 commit comments

Comments
 (0)