Skip to content

Commit efb0c0b

Browse files
fpistmtadtruex
authored andcommitted
core(WBA): add wrapped files
Signed-off-by: Frederic Pillon <[email protected]>
1 parent beea7fb commit efb0c0b

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

0 commit comments

Comments
 (0)