Skip to content

Commit e6c3055

Browse files
committed
[WB] Update wrapped files
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
1 parent 1c4a970 commit e6c3055

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
@@ -394,6 +394,10 @@
394394
#define CMSIS_STARTUP_FILE "startup_stm32mp157cxx_cm4.s"
395395
#elif defined(STM32MP15xx)
396396
#define CMSIS_STARTUP_FILE "startup_stm32mp15xx.s"
397+
#elif defined(STM32WB10xx)
398+
#define CMSIS_STARTUP_FILE "startup_stm32wb10xx_cm4.s"
399+
#elif defined(STM32WB15xx)
400+
#define CMSIS_STARTUP_FILE "startup_stm32wb15xx_cm4.s"
397401
#elif defined(STM32WB30xx)
398402
#define CMSIS_STARTUP_FILE "startup_stm32wb30xx_cm4.s"
399403
#elif defined(STM32WB35xx)

0 commit comments

Comments
 (0)