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 b197bdd commit bd943c3Copy full SHA for bd943c3
cores/arduino/stm32/stm32_def_build.h
@@ -414,6 +414,10 @@
414
#define CMSIS_STARTUP_FILE "startup_stm32mp157cxx_cm4.s"
415
#elif defined(STM32MP15xx)
416
#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"
421
#elif defined(STM32U575xx)
422
#define CMSIS_STARTUP_FILE "startup_stm32u575xx.s"
423
#elif defined(STM32U585xx)
0 commit comments