We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11c1047 commit a5332d0Copy full SHA for a5332d0
cores/arduino/stm32/stm32_def_build.h
@@ -247,6 +247,10 @@
247
#define CMSIS_STARTUP_FILE "startup_stm32l162xdx.s"
248
#elif defined(STM32L162xE)
249
#define CMSIS_STARTUP_FILE "startup_stm32l162xe.s"
250
+#elif defined(STM32L412xx)
251
+#define CMSIS_STARTUP_FILE "startup_stm32l412xx.s"
252
+#elif defined(STM32L422xx)
253
+#define CMSIS_STARTUP_FILE "startup_stm32l422xx.s"
254
#elif defined(STM32L431xx)
255
#define CMSIS_STARTUP_FILE "startup_stm32l431xx.s"
256
#elif defined(STM32L432xx)
0 commit comments