Skip to content

Commit bffa6dd

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

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

cores/arduino/stm32/stm32_def_build.h

+8
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,14 @@
172172
#define CMSIS_STARTUP_FILE "startup_stm32f777xx.s"
173173
#elif defined(STM32F779xx)
174174
#define CMSIS_STARTUP_FILE "startup_stm32f779xx.s"
175+
#elif defined(STM32L010x4)
176+
#define CMSIS_STARTUP_FILE "startup_stm32l010x4.s"
177+
#elif defined(STM32L010x6)
178+
#define CMSIS_STARTUP_FILE "startup_stm32l010x6.s"
179+
#elif defined(STM32L010x8)
180+
#define CMSIS_STARTUP_FILE "startup_stm32l010x8.s"
181+
#elif defined(STM32L010xB)
182+
#define CMSIS_STARTUP_FILE "startup_stm32l010xb.s"
175183
#elif defined(STM32L011xx)
176184
#define CMSIS_STARTUP_FILE "startup_stm32l011xx.s"
177185
#elif defined(STM32L021xx)

0 commit comments

Comments
 (0)