Skip to content

Commit b28e996

Browse files
committed
core(wl3): add wrapped files
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
1 parent b02e314 commit b28e996

File tree

88 files changed

+254
-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.

88 files changed

+254
-0
lines changed

cores/arduino/stm32/stm32_def_build.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -518,6 +518,8 @@
518518
#define CMSIS_STARTUP_FILE "startup_stm32wb55xx_cm4.s"
519519
#elif defined(STM32WB5Mxx)
520520
#define CMSIS_STARTUP_FILE "startup_stm32wb5mxx_cm4.s"
521+
#elif defined(STM32WL3xx)
522+
#define CMSIS_STARTUP_FILE "startup_stm32wl3xx.s"
521523
#elif defined(STM32WL54xx) && defined(USE_CM0PLUS_STARTUP_FILE)
522524
#define CMSIS_STARTUP_FILE "startup_stm32wl54xx_cm0plus.s"
523525
#elif defined(STM32WL54xx) && defined(USE_CM4_STARTUP_FILE)

libraries/SrcWrapper/inc/LL/stm32yyxx_ll.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,14 @@
3737
#include "stm32yyxx_ll_icache.h"
3838
#include "stm32yyxx_ll_ipcc.h"
3939
#include "stm32yyxx_ll_iwdg.h"
40+
#include "stm32yyxx_ll_lcsc.h"
41+
#include "stm32yyxx_ll_lpawur.h"
4042
#include "stm32yyxx_ll_lpgpio.h"
4143
#include "stm32yyxx_ll_lptim.h"
4244
#include "stm32yyxx_ll_lpuart.h"
4345
#include "stm32yyxx_ll_mdma.h"
46+
#include "stm32yyxx_ll_mrsubg.h"
47+
#include "stm32yyxx_ll_mrsubg_timer.h"
4448
#include "stm32yyxx_ll_opamp.h"
4549
#include "stm32yyxx_ll_pka.h"
4650
#include "stm32yyxx_ll_pwr.h"

libraries/SrcWrapper/inc/LL/stm32yyxx_ll_adc.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@
5454
#include "stm32wbaxx_ll_adc.h"
5555
#elif STM32WLxx
5656
#include "stm32wlxx_ll_adc.h"
57+
#elif STM32WL3x
58+
#include "stm32wl3x_ll_adc.h"
5759
#endif
5860
#pragma GCC diagnostic pop
5961
#endif /* _STM32YYXX_LL_ADC_H_ */

libraries/SrcWrapper/inc/LL/stm32yyxx_ll_bus.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@
5454
#include "stm32wbaxx_ll_bus.h"
5555
#elif STM32WLxx
5656
#include "stm32wlxx_ll_bus.h"
57+
#elif STM32WL3x
58+
#include "stm32wl3x_ll_bus.h"
5759
#endif
5860
#pragma GCC diagnostic pop
5961
#endif /* _STM32YYXX_LL_BUS_H_ */

libraries/SrcWrapper/inc/LL/stm32yyxx_ll_comp.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@
4040
#include "stm32wbaxx_ll_comp.h"
4141
#elif STM32WLxx
4242
#include "stm32wlxx_ll_comp.h"
43+
#elif STM32WL3x
44+
#include "stm32wl3x_ll_comp.h"
4345
#endif
4446
#pragma GCC diagnostic pop
4547
#endif /* _STM32YYXX_LL_COMP_H_ */

libraries/SrcWrapper/inc/LL/stm32yyxx_ll_cortex.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@
5454
#include "stm32wbaxx_ll_cortex.h"
5555
#elif STM32WLxx
5656
#include "stm32wlxx_ll_cortex.h"
57+
#elif STM32WL3x
58+
#include "stm32wl3x_ll_cortex.h"
5759
#endif
5860
#pragma GCC diagnostic pop
5961
#endif /* _STM32YYXX_LL_CORTEX_H_ */

libraries/SrcWrapper/inc/LL/stm32yyxx_ll_crc.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@
5252
#include "stm32wbaxx_ll_crc.h"
5353
#elif STM32WLxx
5454
#include "stm32wlxx_ll_crc.h"
55+
#elif STM32WL3x
56+
#include "stm32wl3x_ll_crc.h"
5557
#endif
5658
#pragma GCC diagnostic pop
5759
#endif /* _STM32YYXX_LL_CRC_H_ */

libraries/SrcWrapper/inc/LL/stm32yyxx_ll_dac.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@
4444
#include "stm32u5xx_ll_dac.h"
4545
#elif STM32WLxx
4646
#include "stm32wlxx_ll_dac.h"
47+
#elif STM32WL3x
48+
#include "stm32wl3x_ll_dac.h"
4749
#endif
4850
#pragma GCC diagnostic pop
4951
#endif /* _STM32YYXX_LL_DAC_H_ */

libraries/SrcWrapper/inc/LL/stm32yyxx_ll_dma.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@
5454
#include "stm32wbaxx_ll_dma.h"
5555
#elif STM32WLxx
5656
#include "stm32wlxx_ll_dma.h"
57+
#elif STM32WL3x
58+
#include "stm32wl3x_ll_dma.h"
5759
#endif
5860
#pragma GCC diagnostic pop
5961
#endif /* _STM32YYXX_LL_DMA_H_ */

libraries/SrcWrapper/inc/LL/stm32yyxx_ll_dmamux.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@
3030
#include "stm32wb0x_ll_dmamux.h"
3131
#elif STM32WLxx
3232
#include "stm32wlxx_ll_dmamux.h"
33+
#elif STM32WL3x
34+
#include "stm32wl3x_ll_dmamux.h"
3335
#endif
3436
#pragma GCC diagnostic pop
3537
#endif /* _STM32YYXX_LL_DMAMUX_H_ */

0 commit comments

Comments
 (0)