We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c4a970 commit e6c3055Copy full SHA for e6c3055
cores/arduino/stm32/stm32_def_build.h
@@ -394,6 +394,10 @@
394
#define CMSIS_STARTUP_FILE "startup_stm32mp157cxx_cm4.s"
395
#elif defined(STM32MP15xx)
396
#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"
401
#elif defined(STM32WB30xx)
402
#define CMSIS_STARTUP_FILE "startup_stm32wb30xx_cm4.s"
403
#elif defined(STM32WB35xx)
0 commit comments