Skip to content

Commit e4035a7

Browse files
committed
Add new CMSIS_STARTUP_FILE
Signed-off-by: Frederic.Pillon <[email protected]>
1 parent ad75c01 commit e4035a7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

cores/arduino/stm32/stm32_def_build.h

+4
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,8 @@
147147
#define CMSIS_STARTUP_FILE "startup_stm32f722xx.s"
148148
#elif defined(STM32F723xx)
149149
#define CMSIS_STARTUP_FILE "startup_stm32f723xx.s"
150+
#elif defined(STM32F730xx)
151+
#define CMSIS_STARTUP_FILE "startup_stm32f730xx.s"
150152
#elif defined(STM32F732xx)
151153
#define CMSIS_STARTUP_FILE "startup_stm32f732xx.s"
152154
#elif defined(STM32F733xx)
@@ -155,6 +157,8 @@
155157
#define CMSIS_STARTUP_FILE "startup_stm32f745xx.s"
156158
#elif defined(STM32F746xx)
157159
#define CMSIS_STARTUP_FILE "startup_stm32f746xx.s"
160+
#elif defined(STM32F750xx)
161+
#define CMSIS_STARTUP_FILE "startup_stm32f750xx.s"
158162
#elif defined(STM32F756xx)
159163
#define CMSIS_STARTUP_FILE "startup_stm32f756xx.s"
160164
#elif defined(STM32F765xx)

0 commit comments

Comments
 (0)