Skip to content

Commit

Permalink
Merge pull request stm32duino#2624 from fpistm/stm32cubeWBA_update
Browse files Browse the repository at this point in the history
chore(wba): update to latest STM32CubeWBA v1.5.0
  • Loading branch information
fpistm authored Jan 9, 2025
2 parents b0f56e7 + 95b529f commit cd1c6b0
Show file tree
Hide file tree
Showing 67 changed files with 18,887 additions and 432 deletions.
2 changes: 2 additions & 0 deletions cores/arduino/stm32/stm32_def_build.h
Original file line number Diff line number Diff line change
Expand Up @@ -478,6 +478,8 @@
#define CMSIS_STARTUP_FILE "startup_stm32wba54xx.s"
#elif defined(STM32WBA55xx)
#define CMSIS_STARTUP_FILE "startup_stm32wba55xx.s"
#elif defined(STM32WBA5Mxx)
#define CMSIS_STARTUP_FILE "startup_stm32wba5mxx.s"
#elif defined(STM32WB10xx)
#define CMSIS_STARTUP_FILE "startup_stm32wb10xx_cm4.s"
#elif defined(STM32WB15xx)
Expand Down
Loading

0 comments on commit cd1c6b0

Please sign in to comment.