We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00f5bfb commit e97bce7Copy full SHA for e97bce7
cores/arduino/stm32/stm32_def_build.h
@@ -232,8 +232,12 @@
232
#define CMSIS_STARTUP_FILE "startup_stm32h742xx.s"
233
#elif defined(STM32H743xx)
234
#define CMSIS_STARTUP_FILE "startup_stm32h743xx.s"
235
+ #elif defined(STM32H745xG)
236
+ #define CMSIS_STARTUP_FILE "startup_stm32h745xg.s"
237
#elif defined(STM32H745xx)
238
#define CMSIS_STARTUP_FILE "startup_stm32h745xx.s"
239
+ #elif defined(STM32H747xG)
240
+ #define CMSIS_STARTUP_FILE "startup_stm32h747xg.s"
241
#elif defined(STM32H747xx)
242
#define CMSIS_STARTUP_FILE "startup_stm32h747xx.s"
243
#elif defined(STM32H750xx)
0 commit comments