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 28f4039 commit ebce140Copy full SHA for ebce140
cores/arduino/stm32/stm32_def_build.h
@@ -346,6 +346,8 @@
346
#define CMSIS_STARTUP_FILE "startup_stm32l4s7xx.s"
347
#elif defined(STM32L4S9xx)
348
#define CMSIS_STARTUP_FILE "startup_stm32l4s9xx.s"
349
+#elif defined(STM32WB50xx)
350
+#define CMSIS_STARTUP_FILE "startup_stm32wb50xx_cm4.s"
351
#elif defined(STM32WB55xx)
352
#define CMSIS_STARTUP_FILE "startup_stm32wb55xx_cm4.s"
353
#else
0 commit comments