File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed
libraries/SrcWrapper/src/HAL Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 364364 #define CMSIS_STARTUP_FILE "startup_stm32l4s9xx.s"
365365 #elif defined(STM32MP1xx )
366366 #define CMSIS_STARTUP_FILE "startup_stm32mp15xx.s"
367+ #elif defined(STM32WB30xx )
368+ #define CMSIS_STARTUP_FILE "startup_stm32wb30xx_cm4.s"
369+ #elif defined(STM32WB35xx )
370+ #define CMSIS_STARTUP_FILE "startup_stm32wb35xx_cm4.s"
367371 #elif defined(STM32WB50xx )
368372 #define CMSIS_STARTUP_FILE "startup_stm32wb50xx_cm4.s"
369373 #elif defined(STM32WB55xx )
370374 #define CMSIS_STARTUP_FILE "startup_stm32wb55xx_cm4.s"
375+ #elif defined(STM32WB5Mxx )
376+ #define CMSIS_STARTUP_FILE "startup_stm32wb5mxx_cm4.s"
371377 #else
372378 #error UNKNOWN CHIP
373379 #endif
Original file line number Diff line number Diff line change 3131#ifdef STM32L1xx
3232 #include "stm32l1xx_hal_i2s.c"
3333#endif
34+ #ifdef STM32WBxx
35+ #include "stm32wbxx_hal_i2s.c"
36+ #endif
You can’t perform that action at this time.
0 commit comments