Skip to content

Commit 555b956

Browse files
committed
core(WBA): add wrapped files
Signed-off-by: Frederic Pillon <[email protected]>
1 parent d00afd9 commit 555b956

File tree

96 files changed

+198
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

96 files changed

+198
-0
lines changed

cores/arduino/stm32/LL/stm32yyxx_ll_adc.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@
4444
#include "stm32u5xx_ll_adc.h"
4545
#elif STM32WBxx
4646
#include "stm32wbxx_ll_adc.h"
47+
#elif STM32WBAxx
48+
#include "stm32wbaxx_ll_adc.h"
4749
#elif STM32WLxx
4850
#include "stm32wlxx_ll_adc.h"
4951
#endif

cores/arduino/stm32/LL/stm32yyxx_ll_bus.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@
4444
#include "stm32u5xx_ll_bus.h"
4545
#elif STM32WBxx
4646
#include "stm32wbxx_ll_bus.h"
47+
#elif STM32WBAxx
48+
#include "stm32wbaxx_ll_bus.h"
4749
#elif STM32WLxx
4850
#include "stm32wlxx_ll_bus.h"
4951
#endif

cores/arduino/stm32/LL/stm32yyxx_ll_comp.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@
3232
#include "stm32u5xx_ll_comp.h"
3333
#elif STM32WBxx
3434
#include "stm32wbxx_ll_comp.h"
35+
#elif STM32WBAxx
36+
#include "stm32wbaxx_ll_comp.h"
3537
#elif STM32WLxx
3638
#include "stm32wlxx_ll_comp.h"
3739
#endif

cores/arduino/stm32/LL/stm32yyxx_ll_cortex.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@
4444
#include "stm32u5xx_ll_cortex.h"
4545
#elif STM32WBxx
4646
#include "stm32wbxx_ll_cortex.h"
47+
#elif STM32WBAxx
48+
#include "stm32wbaxx_ll_cortex.h"
4749
#elif STM32WLxx
4850
#include "stm32wlxx_ll_cortex.h"
4951
#endif

cores/arduino/stm32/LL/stm32yyxx_ll_crc.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@
4242
#include "stm32u5xx_ll_crc.h"
4343
#elif STM32WBxx
4444
#include "stm32wbxx_ll_crc.h"
45+
#elif STM32WBAxx
46+
#include "stm32wbaxx_ll_crc.h"
4547
#elif STM32WLxx
4648
#include "stm32wlxx_ll_crc.h"
4749
#endif

cores/arduino/stm32/LL/stm32yyxx_ll_dma.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@
4444
#include "stm32u5xx_ll_dma.h"
4545
#elif STM32WBxx
4646
#include "stm32wbxx_ll_dma.h"
47+
#elif STM32WBAxx
48+
#include "stm32wbaxx_ll_dma.h"
4749
#elif STM32WLxx
4850
#include "stm32wlxx_ll_dma.h"
4951
#endif

cores/arduino/stm32/LL/stm32yyxx_ll_exti.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@
4444
#include "stm32u5xx_ll_exti.h"
4545
#elif STM32WBxx
4646
#include "stm32wbxx_ll_exti.h"
47+
#elif STM32WBAxx
48+
#include "stm32wbaxx_ll_exti.h"
4749
#elif STM32WLxx
4850
#include "stm32wlxx_ll_exti.h"
4951
#endif

cores/arduino/stm32/LL/stm32yyxx_ll_gpio.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@
4444
#include "stm32u5xx_ll_gpio.h"
4545
#elif STM32WBxx
4646
#include "stm32wbxx_ll_gpio.h"
47+
#elif STM32WBAxx
48+
#include "stm32wbaxx_ll_gpio.h"
4749
#elif STM32WLxx
4850
#include "stm32wlxx_ll_gpio.h"
4951
#endif

cores/arduino/stm32/LL/stm32yyxx_ll_hsem.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
#include "stm32mp1xx_ll_hsem.h"
1515
#elif STM32WBxx
1616
#include "stm32wbxx_ll_hsem.h"
17+
#elif STM32WBAxx
18+
#include "stm32wbaxx_ll_hsem.h"
1719
#elif STM32WLxx
1820
#include "stm32wlxx_ll_hsem.h"
1921
#endif

cores/arduino/stm32/LL/stm32yyxx_ll_i2c.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@
4444
#include "stm32u5xx_ll_i2c.h"
4545
#elif STM32WBxx
4646
#include "stm32wbxx_ll_i2c.h"
47+
#elif STM32WBAxx
48+
#include "stm32wbaxx_ll_i2c.h"
4749
#elif STM32WLxx
4850
#include "stm32wlxx_ll_i2c.h"
4951
#endif

cores/arduino/stm32/LL/stm32yyxx_ll_icache.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
#include "stm32l5xx_ll_icache.h"
1515
#elif STM32U5xx
1616
#include "stm32u5xx_ll_icache.h"
17+
#elif STM32WBAxx
18+
#include "stm32wbaxx_ll_icache.h"
1719
#endif
1820
#pragma GCC diagnostic pop
1921
#endif /* _STM32YYXX_LL_ICACHE_H_ */

cores/arduino/stm32/LL/stm32yyxx_ll_iwdg.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@
4242
#include "stm32u5xx_ll_iwdg.h"
4343
#elif STM32WBxx
4444
#include "stm32wbxx_ll_iwdg.h"
45+
#elif STM32WBAxx
46+
#include "stm32wbaxx_ll_iwdg.h"
4547
#elif STM32WLxx
4648
#include "stm32wlxx_ll_iwdg.h"
4749
#endif

cores/arduino/stm32/LL/stm32yyxx_ll_lptim.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@
3232
#include "stm32u5xx_ll_lptim.h"
3333
#elif STM32WBxx
3434
#include "stm32wbxx_ll_lptim.h"
35+
#elif STM32WBAxx
36+
#include "stm32wbaxx_ll_lptim.h"
3537
#elif STM32WLxx
3638
#include "stm32wlxx_ll_lptim.h"
3739
#endif

cores/arduino/stm32/LL/stm32yyxx_ll_lpuart.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@
2626
#include "stm32u5xx_ll_lpuart.h"
2727
#elif STM32WBxx
2828
#include "stm32wbxx_ll_lpuart.h"
29+
#elif STM32WBAxx
30+
#include "stm32wbaxx_ll_lpuart.h"
2931
#elif STM32WLxx
3032
#include "stm32wlxx_ll_lpuart.h"
3133
#endif

cores/arduino/stm32/LL/stm32yyxx_ll_pka.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
#include "stm32u5xx_ll_pka.h"
1919
#elif STM32WBxx
2020
#include "stm32wbxx_ll_pka.h"
21+
#elif STM32WBAxx
22+
#include "stm32wbaxx_ll_pka.h"
2123
#elif STM32WLxx
2224
#include "stm32wlxx_ll_pka.h"
2325
#endif

cores/arduino/stm32/LL/stm32yyxx_ll_pwr.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@
4444
#include "stm32u5xx_ll_pwr.h"
4545
#elif STM32WBxx
4646
#include "stm32wbxx_ll_pwr.h"
47+
#elif STM32WBAxx
48+
#include "stm32wbaxx_ll_pwr.h"
4749
#elif STM32WLxx
4850
#include "stm32wlxx_ll_pwr.h"
4951
#endif

cores/arduino/stm32/LL/stm32yyxx_ll_rcc.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@
4444
#include "stm32u5xx_ll_rcc.h"
4545
#elif STM32WBxx
4646
#include "stm32wbxx_ll_rcc.h"
47+
#elif STM32WBAxx
48+
#include "stm32wbaxx_ll_rcc.h"
4749
#elif STM32WLxx
4850
#include "stm32wlxx_ll_rcc.h"
4951
#endif

cores/arduino/stm32/LL/stm32yyxx_ll_rng.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@
3232
#include "stm32u5xx_ll_rng.h"
3333
#elif STM32WBxx
3434
#include "stm32wbxx_ll_rng.h"
35+
#elif STM32WBAxx
36+
#include "stm32wbaxx_ll_rng.h"
3537
#elif STM32WLxx
3638
#include "stm32wlxx_ll_rng.h"
3739
#endif

cores/arduino/stm32/LL/stm32yyxx_ll_rtc.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@
4444
#include "stm32u5xx_ll_rtc.h"
4545
#elif STM32WBxx
4646
#include "stm32wbxx_ll_rtc.h"
47+
#elif STM32WBAxx
48+
#include "stm32wbaxx_ll_rtc.h"
4749
#elif STM32WLxx
4850
#include "stm32wlxx_ll_rtc.h"
4951
#endif

cores/arduino/stm32/LL/stm32yyxx_ll_spi.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@
4444
#include "stm32u5xx_ll_spi.h"
4545
#elif STM32WBxx
4646
#include "stm32wbxx_ll_spi.h"
47+
#elif STM32WBAxx
48+
#include "stm32wbaxx_ll_spi.h"
4749
#elif STM32WLxx
4850
#include "stm32wlxx_ll_spi.h"
4951
#endif

cores/arduino/stm32/LL/stm32yyxx_ll_system.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@
4444
#include "stm32u5xx_ll_system.h"
4545
#elif STM32WBxx
4646
#include "stm32wbxx_ll_system.h"
47+
#elif STM32WBAxx
48+
#include "stm32wbaxx_ll_system.h"
4749
#elif STM32WLxx
4850
#include "stm32wlxx_ll_system.h"
4951
#endif

cores/arduino/stm32/LL/stm32yyxx_ll_tim.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@
4444
#include "stm32u5xx_ll_tim.h"
4545
#elif STM32WBxx
4646
#include "stm32wbxx_ll_tim.h"
47+
#elif STM32WBAxx
48+
#include "stm32wbaxx_ll_tim.h"
4749
#elif STM32WLxx
4850
#include "stm32wlxx_ll_tim.h"
4951
#endif

cores/arduino/stm32/LL/stm32yyxx_ll_usart.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@
4444
#include "stm32u5xx_ll_usart.h"
4545
#elif STM32WBxx
4646
#include "stm32wbxx_ll_usart.h"
47+
#elif STM32WBAxx
48+
#include "stm32wbaxx_ll_usart.h"
4749
#elif STM32WLxx
4850
#include "stm32wlxx_ll_usart.h"
4951
#endif

cores/arduino/stm32/LL/stm32yyxx_ll_utils.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@
4444
#include "stm32u5xx_ll_utils.h"
4545
#elif STM32WBxx
4646
#include "stm32wbxx_ll_utils.h"
47+
#elif STM32WBAxx
48+
#include "stm32wbaxx_ll_utils.h"
4749
#elif STM32WLxx
4850
#include "stm32wlxx_ll_utils.h"
4951
#endif

cores/arduino/stm32/LL/stm32yyxx_ll_wwdg.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@
4444
#include "stm32u5xx_ll_wwdg.h"
4545
#elif STM32WBxx
4646
#include "stm32wbxx_ll_wwdg.h"
47+
#elif STM32WBAxx
48+
#include "stm32wbaxx_ll_wwdg.h"
4749
#elif STM32WLxx
4850
#include "stm32wlxx_ll_wwdg.h"
4951
#endif

cores/arduino/stm32/stm32_def_build.h

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -446,6 +446,14 @@
446446
#define CMSIS_STARTUP_FILE "startup_stm32u5g7xx.s"
447447
#elif defined(STM32U5G9xx)
448448
#define CMSIS_STARTUP_FILE "startup_stm32u5g9xx.s"
449+
#elif defined(STM32WBA50xx)
450+
#define CMSIS_STARTUP_FILE "startup_stm32wba50xx.s"
451+
#elif defined(STM32WBA52xx)
452+
#define CMSIS_STARTUP_FILE "startup_stm32wba52xx.s"
453+
#elif defined(STM32WBA54xx)
454+
#define CMSIS_STARTUP_FILE "startup_stm32wba54xx.s"
455+
#elif defined(STM32WBA55xx)
456+
#define CMSIS_STARTUP_FILE "startup_stm32wba55xx.s"
449457
#elif defined(STM32WB10xx)
450458
#define CMSIS_STARTUP_FILE "startup_stm32wb10xx_cm4.s"
451459
#elif defined(STM32WB15xx)

libraries/SrcWrapper/src/HAL/stm32yyxx_hal.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@
4040
#include "stm32u5xx_hal.c"
4141
#elif STM32WBxx
4242
#include "stm32wbxx_hal.c"
43+
#elif STM32WBAxx
44+
#include "stm32wbaxx_hal.c"
4345
#elif STM32WLxx
4446
#include "stm32wlxx_hal.c"
4547
#endif

libraries/SrcWrapper/src/HAL/stm32yyxx_hal_adc.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@
3838
#include "stm32u5xx_hal_adc.c"
3939
#elif STM32WBxx
4040
#include "stm32wbxx_hal_adc.c"
41+
#elif STM32WBAxx
42+
#include "stm32wbaxx_hal_adc.c"
4143
#elif STM32WLxx
4244
#include "stm32wlxx_hal_adc.c"
4345
#endif

libraries/SrcWrapper/src/HAL/stm32yyxx_hal_adc_ex.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@
3838
#include "stm32u5xx_hal_adc_ex.c"
3939
#elif STM32WBxx
4040
#include "stm32wbxx_hal_adc_ex.c"
41+
#elif STM32WBAxx
42+
#include "stm32wbaxx_hal_adc_ex.c"
4143
#elif STM32WLxx
4244
#include "stm32wlxx_hal_adc_ex.c"
4345
#endif

libraries/SrcWrapper/src/HAL/stm32yyxx_hal_comp.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@
2626
#include "stm32u5xx_hal_comp.c"
2727
#elif STM32WBxx
2828
#include "stm32wbxx_hal_comp.c"
29+
#elif STM32WBAxx
30+
#include "stm32wbaxx_hal_comp.c"
2931
#elif STM32WLxx
3032
#include "stm32wlxx_hal_comp.c"
3133
#endif

libraries/SrcWrapper/src/HAL/stm32yyxx_hal_cortex.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@
3838
#include "stm32u5xx_hal_cortex.c"
3939
#elif STM32WBxx
4040
#include "stm32wbxx_hal_cortex.c"
41+
#elif STM32WBAxx
42+
#include "stm32wbaxx_hal_cortex.c"
4143
#elif STM32WLxx
4244
#include "stm32wlxx_hal_cortex.c"
4345
#endif

libraries/SrcWrapper/src/HAL/stm32yyxx_hal_crc.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@
3838
#include "stm32u5xx_hal_crc.c"
3939
#elif STM32WBxx
4040
#include "stm32wbxx_hal_crc.c"
41+
#elif STM32WBAxx
42+
#include "stm32wbaxx_hal_crc.c"
4143
#elif STM32WLxx
4244
#include "stm32wlxx_hal_crc.c"
4345
#endif

libraries/SrcWrapper/src/HAL/stm32yyxx_hal_crc_ex.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@
3030
#include "stm32u5xx_hal_crc_ex.c"
3131
#elif STM32WBxx
3232
#include "stm32wbxx_hal_crc_ex.c"
33+
#elif STM32WBAxx
34+
#include "stm32wbaxx_hal_crc_ex.c"
3335
#elif STM32WLxx
3436
#include "stm32wlxx_hal_crc_ex.c"
3537
#endif

libraries/SrcWrapper/src/HAL/stm32yyxx_hal_cryp.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@
3030
#include "stm32u5xx_hal_cryp.c"
3131
#elif STM32WBxx
3232
#include "stm32wbxx_hal_cryp.c"
33+
#elif STM32WBAxx
34+
#include "stm32wbaxx_hal_cryp.c"
3335
#elif STM32WLxx
3436
#include "stm32wlxx_hal_cryp.c"
3537
#endif

libraries/SrcWrapper/src/HAL/stm32yyxx_hal_cryp_ex.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@
2828
#include "stm32u5xx_hal_cryp_ex.c"
2929
#elif STM32WBxx
3030
#include "stm32wbxx_hal_cryp_ex.c"
31+
#elif STM32WBAxx
32+
#include "stm32wbaxx_hal_cryp_ex.c"
3133
#elif STM32WLxx
3234
#include "stm32wlxx_hal_cryp_ex.c"
3335
#endif

libraries/SrcWrapper/src/HAL/stm32yyxx_hal_dma.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@
3838
#include "stm32u5xx_hal_dma.c"
3939
#elif STM32WBxx
4040
#include "stm32wbxx_hal_dma.c"
41+
#elif STM32WBAxx
42+
#include "stm32wbaxx_hal_dma.c"
4143
#elif STM32WLxx
4244
#include "stm32wlxx_hal_dma.c"
4345
#endif

libraries/SrcWrapper/src/HAL/stm32yyxx_hal_dma_ex.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@
2828
#include "stm32u5xx_hal_dma_ex.c"
2929
#elif STM32WBxx
3030
#include "stm32wbxx_hal_dma_ex.c"
31+
#elif STM32WBAxx
32+
#include "stm32wbaxx_hal_dma_ex.c"
3133
#elif STM32WLxx
3234
#include "stm32wlxx_hal_dma_ex.c"
3335
#endif

libraries/SrcWrapper/src/HAL/stm32yyxx_hal_exti.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@
3838
#include "stm32u5xx_hal_exti.c"
3939
#elif STM32WBxx
4040
#include "stm32wbxx_hal_exti.c"
41+
#elif STM32WBAxx
42+
#include "stm32wbaxx_hal_exti.c"
4143
#elif STM32WLxx
4244
#include "stm32wlxx_hal_exti.c"
4345
#endif

libraries/SrcWrapper/src/HAL/stm32yyxx_hal_flash.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@
3636
#include "stm32u5xx_hal_flash.c"
3737
#elif STM32WBxx
3838
#include "stm32wbxx_hal_flash.c"
39+
#elif STM32WBAxx
40+
#include "stm32wbaxx_hal_flash.c"
3941
#elif STM32WLxx
4042
#include "stm32wlxx_hal_flash.c"
4143
#endif

libraries/SrcWrapper/src/HAL/stm32yyxx_hal_flash_ex.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@
3636
#include "stm32u5xx_hal_flash_ex.c"
3737
#elif STM32WBxx
3838
#include "stm32wbxx_hal_flash_ex.c"
39+
#elif STM32WBAxx
40+
#include "stm32wbaxx_hal_flash_ex.c"
3941
#elif STM32WLxx
4042
#include "stm32wlxx_hal_flash_ex.c"
4143
#endif

libraries/SrcWrapper/src/HAL/stm32yyxx_hal_gpio.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@
3838
#include "stm32u5xx_hal_gpio.c"
3939
#elif STM32WBxx
4040
#include "stm32wbxx_hal_gpio.c"
41+
#elif STM32WBAxx
42+
#include "stm32wbaxx_hal_gpio.c"
4143
#elif STM32WLxx
4244
#include "stm32wlxx_hal_gpio.c"
4345
#endif

libraries/SrcWrapper/src/HAL/stm32yyxx_hal_gtzc.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
#include "stm32l5xx_hal_gtzc.c"
99
#elif STM32U5xx
1010
#include "stm32u5xx_hal_gtzc.c"
11+
#elif STM32WBAxx
12+
#include "stm32wbaxx_hal_gtzc.c"
1113
#elif STM32WLxx
1214
#include "stm32wlxx_hal_gtzc.c"
1315
#endif

libraries/SrcWrapper/src/HAL/stm32yyxx_hal_hash.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,7 @@
2020
#include "stm32mp1xx_hal_hash.c"
2121
#elif STM32U5xx
2222
#include "stm32u5xx_hal_hash.c"
23+
#elif STM32WBAxx
24+
#include "stm32wbaxx_hal_hash.c"
2325
#endif
2426
#pragma GCC diagnostic pop

0 commit comments

Comments
 (0)