We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b531ba commit 93bcd41Copy full SHA for 93bcd41
cores/arduino/stm32/stm32_def_build.h
@@ -446,6 +446,10 @@
446
#define CMSIS_STARTUP_FILE "startup_stm32wl55xx_cm0plus.s"
447
#elif defined(STM32WL55xx) && defined(USE_CM4_STARTUP_FILE)
448
#define CMSIS_STARTUP_FILE "startup_stm32wl55xx_cm4.s"
449
+ #elif defined(STM32WL5Mxx) && defined(USE_CM0PLUS_STARTUP_FILE)
450
+ #define CMSIS_STARTUP_FILE "startup_stm32wl5mxx_cm0plus.s"
451
+ #elif defined(STM32WL5Mxx) && defined(USE_CM4_STARTUP_FILE)
452
+ #define CMSIS_STARTUP_FILE "startup_stm32wl5mxx_cm4.s"
453
#elif defined(STM32WLE4xx)
454
#define CMSIS_STARTUP_FILE "startup_stm32wle4xx.s"
455
#elif defined(STM32WLE5xx)
0 commit comments