We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5748e91 commit 8b69e11Copy full SHA for 8b69e11
cores/arduino/stm32/stm32_def_build.h
@@ -200,6 +200,8 @@
200
#define CMSIS_STARTUP_FILE "startup_stm32g0b1xx.s"
201
#elif defined(STM32G0C1xx)
202
#define CMSIS_STARTUP_FILE "startup_stm32g0c1xx.s"
203
+ #elif defined(STM32G414xx)
204
+ #define CMSIS_STARTUP_FILE "startup_stm32g414xx.s"
205
#elif defined(STM32G431xx)
206
#define CMSIS_STARTUP_FILE "startup_stm32g431xx.s"
207
#elif defined(STM32G441xx)
0 commit comments