Skip to content

Commit cd1c6b0

Browse files
authored
Merge pull request stm32duino#2624 from fpistm/stm32cubeWBA_update
chore(wba): update to latest STM32CubeWBA v1.5.0
2 parents b0f56e7 + 95b529f commit cd1c6b0

File tree

67 files changed

+18887
-432
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+18887
-432
lines changed

Diff for: cores/arduino/stm32/stm32_def_build.h

+2
Original file line numberDiff line numberDiff line change
@@ -478,6 +478,8 @@
478478
#define CMSIS_STARTUP_FILE "startup_stm32wba54xx.s"
479479
#elif defined(STM32WBA55xx)
480480
#define CMSIS_STARTUP_FILE "startup_stm32wba55xx.s"
481+
#elif defined(STM32WBA5Mxx)
482+
#define CMSIS_STARTUP_FILE "startup_stm32wba5mxx.s"
481483
#elif defined(STM32WB10xx)
482484
#define CMSIS_STARTUP_FILE "startup_stm32wb10xx_cm4.s"
483485
#elif defined(STM32WB15xx)

0 commit comments

Comments
 (0)