We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae3db51 commit 182cab6Copy full SHA for 182cab6
cores/arduino/stm32/stm32_def_build.h
@@ -202,6 +202,10 @@
202
#define CMSIS_STARTUP_FILE "startup_stm32g0b1xx.s"
203
#elif defined(STM32G0C1xx)
204
#define CMSIS_STARTUP_FILE "startup_stm32g0c1xx.s"
205
+ #elif defined(STM32G411xB)
206
+ #define CMSIS_STARTUP_FILE "startup_stm32g411xb.s"
207
+ #elif defined(STM32G411xC)
208
+ #define CMSIS_STARTUP_FILE "startup_stm32g411xc.s"
209
#elif defined(STM32G414xx)
210
#define CMSIS_STARTUP_FILE "startup_stm32g414xx.s"
211
#elif defined(STM32G431xx)
0 commit comments