File tree Expand file tree Collapse file tree 5 files changed +14
-0
lines changed
Expand file tree Collapse file tree 5 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 482482 #define CMSIS_STARTUP_FILE "startup_stm32wb07.s"
483483 #elif defined(STM32WB09 )
484484 #define CMSIS_STARTUP_FILE "startup_stm32wb09.s"
485+ #elif defined(STM32WBA20xx )
486+ #define CMSIS_STARTUP_FILE "startup_stm32wba20xx.s"
487+ #elif defined(STM32WBA23xx )
488+ #define CMSIS_STARTUP_FILE "startup_stm32wba23xx.s"
489+ #elif defined(STM32WBA25xx )
490+ #define CMSIS_STARTUP_FILE "startup_stm32wba25xx.s"
485491 #elif defined(STM32WBA50xx )
486492 #define CMSIS_STARTUP_FILE "startup_stm32wba50xx.s"
487493 #elif defined(STM32WBA52xx )
Original file line number Diff line number Diff line change 1414 #include "stm32u3xx_ll_dlyb.h"
1515#elif STM32U5xx
1616 #include "stm32u5xx_ll_dlyb.h"
17+ #elif STM32WBAxx
18+ #include "stm32wbaxx_ll_dlyb.h"
1719#endif
1820#pragma GCC diagnostic pop
1921#endif /* _STM32YYXX_LL_DLYB_H_ */
Original file line number Diff line number Diff line change 1010 #include "stm32l5xx_hal_otfdec.c"
1111#elif STM32U5xx
1212 #include "stm32u5xx_hal_otfdec.c"
13+ #elif STM32WBAxx
14+ #include "stm32wbaxx_hal_otfdec.c"
1315#endif
1416#pragma GCC diagnostic pop
Original file line number Diff line number Diff line change 88 #include "stm32u3xx_hal_xspi.c"
99#elif STM32U5xx
1010 #include "stm32u5xx_hal_xspi.c"
11+ #elif STM32WBAxx
12+ #include "stm32wbaxx_hal_xspi.c"
1113#endif
1214#pragma GCC diagnostic pop
Original file line number Diff line number Diff line change 88 #include "stm32u3xx_ll_dlyb.c"
99#elif STM32U5xx
1010 #include "stm32u5xx_ll_dlyb.c"
11+ #elif STM32WBAxx
12+ #include "stm32wbaxx_ll_dlyb.c"
1113#endif
1214#pragma GCC diagnostic pop
You can’t perform that action at this time.
0 commit comments