We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad75c01 commit e4035a7Copy full SHA for e4035a7
cores/arduino/stm32/stm32_def_build.h
@@ -147,6 +147,8 @@
147
#define CMSIS_STARTUP_FILE "startup_stm32f722xx.s"
148
#elif defined(STM32F723xx)
149
#define CMSIS_STARTUP_FILE "startup_stm32f723xx.s"
150
+#elif defined(STM32F730xx)
151
+#define CMSIS_STARTUP_FILE "startup_stm32f730xx.s"
152
#elif defined(STM32F732xx)
153
#define CMSIS_STARTUP_FILE "startup_stm32f732xx.s"
154
#elif defined(STM32F733xx)
@@ -155,6 +157,8 @@
155
157
#define CMSIS_STARTUP_FILE "startup_stm32f745xx.s"
156
158
#elif defined(STM32F746xx)
159
#define CMSIS_STARTUP_FILE "startup_stm32f746xx.s"
160
+#elif defined(STM32F750xx)
161
+#define CMSIS_STARTUP_FILE "startup_stm32f750xx.s"
162
#elif defined(STM32F756xx)
163
#define CMSIS_STARTUP_FILE "startup_stm32f756xx.s"
164
#elif defined(STM32F765xx)
0 commit comments