Skip to content

Commit 997c413

Browse files
committed
Add CMSIS_STARTUP_FILE definition
Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
1 parent 2d758a9 commit 997c413

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cores/arduino/stm32/stm32_def_build.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@
2626
#define CMSIS_STARTUP_FILE "startup_stm32f091xc.s"
2727
#elif defined(STM32F030x8)
2828
#define CMSIS_STARTUP_FILE "startup_stm32f030x8.s"
29+
#elif defined(STM32F207xx)
30+
#define CMSIS_STARTUP_FILE "startup_stm32f207xx.s"
2931
#elif defined(STM32F303xE)
3032
#define CMSIS_STARTUP_FILE "startup_stm32f303xe.s"
3133
#elif defined(STM32F407xx)

0 commit comments

Comments
 (0)