File tree Expand file tree Collapse file tree 6 files changed +20
-0
lines changed Expand file tree Collapse file tree 6 files changed +20
-0
lines changed Original file line number Diff line number Diff line change 492
492
#define CMSIS_STARTUP_FILE "startup_stm32wba55xx.s"
493
493
#elif defined(STM32WBA5Mxx )
494
494
#define CMSIS_STARTUP_FILE "startup_stm32wba5mxx.s"
495
+ #elif defined(STM32WBA62xx )
496
+ #define CMSIS_STARTUP_FILE "startup_stm32wba62xx.s"
497
+ #elif defined(STM32WBA63xx )
498
+ #define CMSIS_STARTUP_FILE "startup_stm32wba63xx.s"
499
+ #elif defined(STM32WBA64xx )
500
+ #define CMSIS_STARTUP_FILE "startup_stm32wba64xx.s"
501
+ #elif defined(STM32WBA65xx )
502
+ #define CMSIS_STARTUP_FILE "startup_stm32wba65xx.s"
503
+ #elif defined(STM32WBA6Mxx )
504
+ #define CMSIS_STARTUP_FILE "startup_stm32wba6mxx.s"
495
505
#elif defined(STM32WB10xx )
496
506
#define CMSIS_STARTUP_FILE "startup_stm32wb10xx_cm4.s"
497
507
#elif defined(STM32WB15xx )
Original file line number Diff line number Diff line change 46
46
#include "stm32u5xx_ll_usb.h"
47
47
#elif STM32WBxx
48
48
#include "stm32wbxx_ll_usb.h"
49
+ #elif STM32WBAxx
50
+ #include "stm32wbaxx_ll_usb.h"
49
51
#endif
50
52
#pragma GCC diagnostic pop
51
53
#endif /* _STM32YYXX_LL_USB_H_ */
Original file line number Diff line number Diff line change 24
24
#include "stm32u3xx_hal_hcd.c"
25
25
#elif STM32U5xx
26
26
#include "stm32u5xx_hal_hcd.c"
27
+ #elif STM32WBAxx
28
+ #include "stm32wbaxx_hal_hcd.c"
27
29
#endif
28
30
#pragma GCC diagnostic pop
Original file line number Diff line number Diff line change 40
40
#include "stm32u5xx_hal_pcd.c"
41
41
#elif STM32WBxx
42
42
#include "stm32wbxx_hal_pcd.c"
43
+ #elif STM32WBAxx
44
+ #include "stm32wbaxx_hal_pcd.c"
43
45
#endif
44
46
#pragma GCC diagnostic pop
Original file line number Diff line number Diff line change 40
40
#include "stm32u5xx_hal_pcd_ex.c"
41
41
#elif STM32WBxx
42
42
#include "stm32wbxx_hal_pcd_ex.c"
43
+ #elif STM32WBAxx
44
+ #include "stm32wbaxx_hal_pcd_ex.c"
43
45
#endif
44
46
#pragma GCC diagnostic pop
Original file line number Diff line number Diff line change 40
40
#include "stm32u5xx_ll_usb.c"
41
41
#elif STM32WBxx
42
42
#include "stm32wbxx_ll_usb.c"
43
+ #elif STM32WBAxx
44
+ #include "stm32wbaxx_ll_usb.c"
43
45
#endif
44
46
#pragma GCC diagnostic pop
You can’t perform that action at this time.
0 commit comments