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 de522b4 commit 7afbaacCopy full SHA for 7afbaac
cores/arduino/stm32/stm32_def_build.h
@@ -478,6 +478,8 @@
478
#define CMSIS_STARTUP_FILE "startup_stm32wba54xx.s"
479
#elif defined(STM32WBA55xx)
480
#define CMSIS_STARTUP_FILE "startup_stm32wba55xx.s"
481
+ #elif defined(STM32WBA5Mxx)
482
+ #define CMSIS_STARTUP_FILE "startup_stm32wba5mxx.s"
483
#elif defined(STM32WB10xx)
484
#define CMSIS_STARTUP_FILE "startup_stm32wb10xx_cm4.s"
485
#elif defined(STM32WB15xx)
0 commit comments