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 5e32e9d commit bef3857Copy full SHA for bef3857
cores/arduino/stm32/stm32_def_build.h
@@ -198,6 +198,10 @@
198
#define CMSIS_STARTUP_FILE "startup_stm32g483xx.s"
199
#elif defined(STM32G484xx)
200
#define CMSIS_STARTUP_FILE "startup_stm32g484xx.s"
201
+ #elif defined(STM32G491xx)
202
+ #define CMSIS_STARTUP_FILE "startup_stm32g491xx.s"
203
+ #elif defined(STM32G4A1xx)
204
+ #define CMSIS_STARTUP_FILE "startup_stm32g4a1xx.s"
205
#elif defined(STM32GBK1CB)
206
#define CMSIS_STARTUP_FILE "startup_stm32gbk1cb.s"
207
#elif defined(STM32H742xx)
0 commit comments