We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9422695 commit bffa6ddCopy full SHA for bffa6dd
cores/arduino/stm32/stm32_def_build.h
@@ -172,6 +172,14 @@
172
#define CMSIS_STARTUP_FILE "startup_stm32f777xx.s"
173
#elif defined(STM32F779xx)
174
#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"
183
#elif defined(STM32L011xx)
184
#define CMSIS_STARTUP_FILE "startup_stm32l011xx.s"
185
#elif defined(STM32L021xx)
0 commit comments