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 2d758a9 commit 997c413Copy full SHA for 997c413
cores/arduino/stm32/stm32_def_build.h
@@ -26,6 +26,8 @@
26
#define CMSIS_STARTUP_FILE "startup_stm32f091xc.s"
27
#elif defined(STM32F030x8)
28
#define CMSIS_STARTUP_FILE "startup_stm32f030x8.s"
29
+#elif defined(STM32F207xx)
30
+#define CMSIS_STARTUP_FILE "startup_stm32f207xx.s"
31
#elif defined(STM32F303xE)
32
#define CMSIS_STARTUP_FILE "startup_stm32f303xe.s"
33
#elif defined(STM32F407xx)
0 commit comments