Skip to content

Commit 5cbbdc5

Browse files
committed
[WB] Update wrapped files
Signed-off-by: Frederic Pillon <[email protected]>
1 parent ed44640 commit 5cbbdc5

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

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

+6
Original file line numberDiff line numberDiff line change
@@ -364,10 +364,16 @@
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

Diff for: libraries/SrcWrapper/src/HAL/stm32yyxx_hal_i2s.c

+3
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,6 @@
3131
#ifdef STM32L1xx
3232
#include "stm32l1xx_hal_i2s.c"
3333
#endif
34+
#ifdef STM32WBxx
35+
#include "stm32wbxx_hal_i2s.c"
36+
#endif

0 commit comments

Comments
 (0)