Skip to content

Commit bd943c3

Browse files
committed
core(U5): update wrapped files
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
1 parent b197bdd commit bd943c3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

cores/arduino/stm32/stm32_def_build.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -414,6 +414,10 @@
414414
#define CMSIS_STARTUP_FILE "startup_stm32mp157cxx_cm4.s"
415415
#elif defined(STM32MP15xx)
416416
#define CMSIS_STARTUP_FILE "startup_stm32mp15xx.s"
417+
#elif defined(STM32U535xx)
418+
#define CMSIS_STARTUP_FILE "startup_stm32u535xx.s"
419+
#elif defined(STM32U545xx)
420+
#define CMSIS_STARTUP_FILE "startup_stm32u545xx.s"
417421
#elif defined(STM32U575xx)
418422
#define CMSIS_STARTUP_FILE "startup_stm32u575xx.s"
419423
#elif defined(STM32U585xx)

0 commit comments

Comments
 (0)