Skip to content

Commit a5332d0

Browse files
committed
Add new CMSIS startup file
Signed-off-by: Frederic.Pillon <[email protected]>
1 parent 11c1047 commit a5332d0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

cores/arduino/stm32/stm32_def_build.h

+4
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,10 @@
247247
#define CMSIS_STARTUP_FILE "startup_stm32l162xdx.s"
248248
#elif defined(STM32L162xE)
249249
#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"
250254
#elif defined(STM32L431xx)
251255
#define CMSIS_STARTUP_FILE "startup_stm32l431xx.s"
252256
#elif defined(STM32L432xx)

0 commit comments

Comments
 (0)