File tree 2 files changed +9
-0
lines changed
libraries/SrcWrapper/src/HAL
2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 364
364
#define CMSIS_STARTUP_FILE "startup_stm32l4s9xx.s"
365
365
#elif defined(STM32MP1xx )
366
366
#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"
367
371
#elif defined(STM32WB50xx )
368
372
#define CMSIS_STARTUP_FILE "startup_stm32wb50xx_cm4.s"
369
373
#elif defined(STM32WB55xx )
370
374
#define CMSIS_STARTUP_FILE "startup_stm32wb55xx_cm4.s"
375
+ #elif defined(STM32WB5Mxx )
376
+ #define CMSIS_STARTUP_FILE "startup_stm32wb5mxx_cm4.s"
371
377
#else
372
378
#error UNKNOWN CHIP
373
379
#endif
Original file line number Diff line number Diff line change 31
31
#ifdef STM32L1xx
32
32
#include "stm32l1xx_hal_i2s.c"
33
33
#endif
34
+ #ifdef STM32WBxx
35
+ #include "stm32wbxx_hal_i2s.c"
36
+ #endif
You can’t perform that action at this time.
0 commit comments