Skip to content

Commit bb71514

Browse files
committed
core: WL: add wrapped files
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
1 parent 34d86cf commit bb71514

File tree

96 files changed

+208
-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

+208
-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
@@ -35,6 +35,8 @@
3535
#include "stm32mp1xx_ll_adc.h"
3636
#elif STM32WBxx
3737
#include "stm32wbxx_ll_adc.h"
38+
#elif STM32WLxx
39+
#include "stm32wlxx_ll_adc.h"
3840
#endif
3941
#pragma GCC diagnostic pop
4042
#endif /* _STM32YYXX_LL_ADC_H_ */

cores/arduino/stm32/LL/stm32yyxx_ll_bus.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@
3535
#include "stm32mp1xx_ll_bus.h"
3636
#elif STM32WBxx
3737
#include "stm32wbxx_ll_bus.h"
38+
#elif STM32WLxx
39+
#include "stm32wlxx_ll_bus.h"
3840
#endif
3941
#pragma GCC diagnostic pop
4042
#endif /* _STM32YYXX_LL_BUS_H_ */

cores/arduino/stm32/LL/stm32yyxx_ll_comp.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@
2525
#include "stm32l5xx_ll_comp.h"
2626
#elif STM32WBxx
2727
#include "stm32wbxx_ll_comp.h"
28+
#elif STM32WLxx
29+
#include "stm32wlxx_ll_comp.h"
2830
#endif
2931
#pragma GCC diagnostic pop
3032
#endif /* _STM32YYXX_LL_COMP_H_ */

cores/arduino/stm32/LL/stm32yyxx_ll_cortex.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@
3535
#include "stm32mp1xx_ll_cortex.h"
3636
#elif STM32WBxx
3737
#include "stm32wbxx_ll_cortex.h"
38+
#elif STM32WLxx
39+
#include "stm32wlxx_ll_cortex.h"
3840
#endif
3941
#pragma GCC diagnostic pop
4042
#endif /* _STM32YYXX_LL_CORTEX_H_ */

cores/arduino/stm32/LL/stm32yyxx_ll_crc.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@
3333
#include "stm32l5xx_ll_crc.h"
3434
#elif STM32WBxx
3535
#include "stm32wbxx_ll_crc.h"
36+
#elif STM32WLxx
37+
#include "stm32wlxx_ll_crc.h"
3638
#endif
3739
#pragma GCC diagnostic pop
3840
#endif /* _STM32YYXX_LL_CRC_H_ */

cores/arduino/stm32/LL/stm32yyxx_ll_dac.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@
3131
#include "stm32l4xx_ll_dac.h"
3232
#elif STM32L5xx
3333
#include "stm32l5xx_ll_dac.h"
34+
#elif STM32WLxx
35+
#include "stm32wlxx_ll_dac.h"
3436
#endif
3537
#pragma GCC diagnostic pop
3638
#endif /* _STM32YYXX_LL_DAC_H_ */

cores/arduino/stm32/LL/stm32yyxx_ll_dma.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@
3535
#include "stm32mp1xx_ll_dma.h"
3636
#elif STM32WBxx
3737
#include "stm32wbxx_ll_dma.h"
38+
#elif STM32WLxx
39+
#include "stm32wlxx_ll_dma.h"
3840
#endif
3941
#pragma GCC diagnostic pop
4042
#endif /* _STM32YYXX_LL_DMA_H_ */

cores/arduino/stm32/LL/stm32yyxx_ll_dmamux.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
#include "stm32mp1xx_ll_dmamux.h"
2020
#elif STM32WBxx
2121
#include "stm32wbxx_ll_dmamux.h"
22+
#elif STM32WLxx
23+
#include "stm32wlxx_ll_dmamux.h"
2224
#endif
2325
#pragma GCC diagnostic pop
2426
#endif /* _STM32YYXX_LL_DMAMUX_H_ */

cores/arduino/stm32/LL/stm32yyxx_ll_exti.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@
3535
#include "stm32mp1xx_ll_exti.h"
3636
#elif STM32WBxx
3737
#include "stm32wbxx_ll_exti.h"
38+
#elif STM32WLxx
39+
#include "stm32wlxx_ll_exti.h"
3840
#endif
3941
#pragma GCC diagnostic pop
4042
#endif /* _STM32YYXX_LL_EXTI_H_ */

cores/arduino/stm32/LL/stm32yyxx_ll_gpio.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@
3535
#include "stm32mp1xx_ll_gpio.h"
3636
#elif STM32WBxx
3737
#include "stm32wbxx_ll_gpio.h"
38+
#elif STM32WLxx
39+
#include "stm32wlxx_ll_gpio.h"
3840
#endif
3941
#pragma GCC diagnostic pop
4042
#endif /* _STM32YYXX_LL_GPIO_H_ */

cores/arduino/stm32/LL/stm32yyxx_ll_hsem.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
#include "stm32mp1xx_ll_hsem.h"
1212
#elif STM32WBxx
1313
#include "stm32wbxx_ll_hsem.h"
14+
#elif STM32WLxx
15+
#include "stm32wlxx_ll_hsem.h"
1416
#endif
1517
#pragma GCC diagnostic pop
1618
#endif /* _STM32YYXX_LL_HSEM_H_ */

cores/arduino/stm32/LL/stm32yyxx_ll_i2c.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@
3535
#include "stm32mp1xx_ll_i2c.h"
3636
#elif STM32WBxx
3737
#include "stm32wbxx_ll_i2c.h"
38+
#elif STM32WLxx
39+
#include "stm32wlxx_ll_i2c.h"
3840
#endif
3941
#pragma GCC diagnostic pop
4042
#endif /* _STM32YYXX_LL_I2C_H_ */

cores/arduino/stm32/LL/stm32yyxx_ll_ipcc.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
#include "stm32mp1xx_ll_ipcc.h"
1010
#elif STM32WBxx
1111
#include "stm32wbxx_ll_ipcc.h"
12+
#elif STM32WLxx
13+
#include "stm32wlxx_ll_ipcc.h"
1214
#endif
1315
#pragma GCC diagnostic pop
1416
#endif /* _STM32YYXX_LL_IPCC_H_ */

cores/arduino/stm32/LL/stm32yyxx_ll_iwdg.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@
3333
#include "stm32l5xx_ll_iwdg.h"
3434
#elif STM32WBxx
3535
#include "stm32wbxx_ll_iwdg.h"
36+
#elif STM32WLxx
37+
#include "stm32wlxx_ll_iwdg.h"
3638
#endif
3739
#pragma GCC diagnostic pop
3840
#endif /* _STM32YYXX_LL_IWDG_H_ */

cores/arduino/stm32/LL/stm32yyxx_ll_lptim.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@
2525
#include "stm32mp1xx_ll_lptim.h"
2626
#elif STM32WBxx
2727
#include "stm32wbxx_ll_lptim.h"
28+
#elif STM32WLxx
29+
#include "stm32wlxx_ll_lptim.h"
2830
#endif
2931
#pragma GCC diagnostic pop
3032
#endif /* _STM32YYXX_LL_LPTIM_H_ */

cores/arduino/stm32/LL/stm32yyxx_ll_lpuart.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
#include "stm32l5xx_ll_lpuart.h"
2020
#elif STM32WBxx
2121
#include "stm32wbxx_ll_lpuart.h"
22+
#elif STM32WLxx
23+
#include "stm32wlxx_ll_lpuart.h"
2224
#endif
2325
#pragma GCC diagnostic pop
2426
#endif /* _STM32YYXX_LL_LPUART_H_ */

cores/arduino/stm32/LL/stm32yyxx_ll_pka.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
#include "stm32l5xx_ll_pka.h"
1212
#elif STM32WBxx
1313
#include "stm32wbxx_ll_pka.h"
14+
#elif STM32WLxx
15+
#include "stm32wlxx_ll_pka.h"
1416
#endif
1517
#pragma GCC diagnostic pop
1618
#endif /* _STM32YYXX_LL_PKA_H_ */

cores/arduino/stm32/LL/stm32yyxx_ll_pwr.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@
3535
#include "stm32mp1xx_ll_pwr.h"
3636
#elif STM32WBxx
3737
#include "stm32wbxx_ll_pwr.h"
38+
#elif STM32WLxx
39+
#include "stm32wlxx_ll_pwr.h"
3840
#endif
3941
#pragma GCC diagnostic pop
4042
#endif /* _STM32YYXX_LL_PWR_H_ */

cores/arduino/stm32/LL/stm32yyxx_ll_rcc.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@
3535
#include "stm32mp1xx_ll_rcc.h"
3636
#elif STM32WBxx
3737
#include "stm32wbxx_ll_rcc.h"
38+
#elif STM32WLxx
39+
#include "stm32wlxx_ll_rcc.h"
3840
#endif
3941
#pragma GCC diagnostic pop
4042
#endif /* _STM32YYXX_LL_RCC_H_ */

cores/arduino/stm32/LL/stm32yyxx_ll_rng.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@
2525
#include "stm32l5xx_ll_rng.h"
2626
#elif STM32WBxx
2727
#include "stm32wbxx_ll_rng.h"
28+
#elif STM32WLxx
29+
#include "stm32wlxx_ll_rng.h"
2830
#endif
2931
#pragma GCC diagnostic pop
3032
#endif /* _STM32YYXX_LL_RNG_H_ */

cores/arduino/stm32/LL/stm32yyxx_ll_rtc.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@
3535
#include "stm32mp1xx_ll_rtc.h"
3636
#elif STM32WBxx
3737
#include "stm32wbxx_ll_rtc.h"
38+
#elif STM32WLxx
39+
#include "stm32wlxx_ll_rtc.h"
3840
#endif
3941
#pragma GCC diagnostic pop
4042
#endif /* _STM32YYXX_LL_RTC_H_ */

cores/arduino/stm32/LL/stm32yyxx_ll_spi.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@
3535
#include "stm32mp1xx_ll_spi.h"
3636
#elif STM32WBxx
3737
#include "stm32wbxx_ll_spi.h"
38+
#elif STM32WLxx
39+
#include "stm32wlxx_ll_spi.h"
3840
#endif
3941
#pragma GCC diagnostic pop
4042
#endif /* _STM32YYXX_LL_SPI_H_ */

cores/arduino/stm32/LL/stm32yyxx_ll_system.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@
3535
#include "stm32mp1xx_ll_system.h"
3636
#elif STM32WBxx
3737
#include "stm32wbxx_ll_system.h"
38+
#elif STM32WLxx
39+
#include "stm32wlxx_ll_system.h"
3840
#endif
3941
#pragma GCC diagnostic pop
4042
#endif /* _STM32YYXX_LL_SYSTEM_H_ */

cores/arduino/stm32/LL/stm32yyxx_ll_tim.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@
3535
#include "stm32mp1xx_ll_tim.h"
3636
#elif STM32WBxx
3737
#include "stm32wbxx_ll_tim.h"
38+
#elif STM32WLxx
39+
#include "stm32wlxx_ll_tim.h"
3840
#endif
3941
#pragma GCC diagnostic pop
4042
#endif /* _STM32YYXX_LL_TIM_H_ */

cores/arduino/stm32/LL/stm32yyxx_ll_usart.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@
3535
#include "stm32mp1xx_ll_usart.h"
3636
#elif STM32WBxx
3737
#include "stm32wbxx_ll_usart.h"
38+
#elif STM32WLxx
39+
#include "stm32wlxx_ll_usart.h"
3840
#endif
3941
#pragma GCC diagnostic pop
4042
#endif /* _STM32YYXX_LL_USART_H_ */

cores/arduino/stm32/LL/stm32yyxx_ll_utils.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@
3535
#include "stm32mp1xx_ll_utils.h"
3636
#elif STM32WBxx
3737
#include "stm32wbxx_ll_utils.h"
38+
#elif STM32WLxx
39+
#include "stm32wlxx_ll_utils.h"
3840
#endif
3941
#pragma GCC diagnostic pop
4042
#endif /* _STM32YYXX_LL_UTILS_H_ */

cores/arduino/stm32/LL/stm32yyxx_ll_wwdg.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@
3535
#include "stm32mp1xx_ll_wwdg.h"
3636
#elif STM32WBxx
3737
#include "stm32wbxx_ll_wwdg.h"
38+
#elif STM32WLxx
39+
#include "stm32wlxx_ll_wwdg.h"
3840
#endif
3941
#pragma GCC diagnostic pop
4042
#endif /* _STM32YYXX_LL_WWDG_H_ */

cores/arduino/stm32/stm32_def_build.h

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -420,6 +420,18 @@
420420
#define CMSIS_STARTUP_FILE "startup_stm32wb55xx_cm4.s"
421421
#elif defined(STM32WB5Mxx)
422422
#define CMSIS_STARTUP_FILE "startup_stm32wb5mxx_cm4.s"
423+
#elif defined(STM32WL54xx)
424+
#define CMSIS_STARTUP_FILE "startup_stm32wl54xx_cm0plus.s"
425+
#elif defined(STM32WL54xx)
426+
#define CMSIS_STARTUP_FILE "startup_stm32wl54xx_cm4.s"
427+
#elif defined(STM32WL55xx)
428+
#define CMSIS_STARTUP_FILE "startup_stm32wl55xx_cm0plus.s"
429+
#elif defined(STM32WL55xx)
430+
#define CMSIS_STARTUP_FILE "startup_stm32wl55xx_cm4.s"
431+
#elif defined(STM32WLE4xx)
432+
#define CMSIS_STARTUP_FILE "startup_stm32wle4xx.s"
433+
#elif defined(STM32WLE5xx)
434+
#define CMSIS_STARTUP_FILE "startup_stm32wle5xx.s"
423435
#else
424436
#error UNKNOWN CHIP
425437
#endif

libraries/SrcWrapper/src/HAL/stm32yyxx_hal.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,7 @@
3232
#include "stm32mp1xx_hal.c"
3333
#elif STM32WBxx
3434
#include "stm32wbxx_hal.c"
35+
#elif STM32WLxx
36+
#include "stm32wlxx_hal.c"
3537
#endif
3638
#pragma GCC diagnostic pop

libraries/SrcWrapper/src/HAL/stm32yyxx_hal_adc.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,7 @@
3232
#include "stm32mp1xx_hal_adc.c"
3333
#elif STM32WBxx
3434
#include "stm32wbxx_hal_adc.c"
35+
#elif STM32WLxx
36+
#include "stm32wlxx_hal_adc.c"
3537
#endif
3638
#pragma GCC diagnostic pop

libraries/SrcWrapper/src/HAL/stm32yyxx_hal_adc_ex.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,7 @@
3232
#include "stm32mp1xx_hal_adc_ex.c"
3333
#elif STM32WBxx
3434
#include "stm32wbxx_hal_adc_ex.c"
35+
#elif STM32WLxx
36+
#include "stm32wlxx_hal_adc_ex.c"
3537
#endif
3638
#pragma GCC diagnostic pop

libraries/SrcWrapper/src/HAL/stm32yyxx_hal_comp.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,7 @@
2222
#include "stm32l5xx_hal_comp.c"
2323
#elif STM32WBxx
2424
#include "stm32wbxx_hal_comp.c"
25+
#elif STM32WLxx
26+
#include "stm32wlxx_hal_comp.c"
2527
#endif
2628
#pragma GCC diagnostic pop

libraries/SrcWrapper/src/HAL/stm32yyxx_hal_cortex.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,7 @@
3232
#include "stm32mp1xx_hal_cortex.c"
3333
#elif STM32WBxx
3434
#include "stm32wbxx_hal_cortex.c"
35+
#elif STM32WLxx
36+
#include "stm32wlxx_hal_cortex.c"
3537
#endif
3638
#pragma GCC diagnostic pop

libraries/SrcWrapper/src/HAL/stm32yyxx_hal_crc.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,7 @@
3232
#include "stm32mp1xx_hal_crc.c"
3333
#elif STM32WBxx
3434
#include "stm32wbxx_hal_crc.c"
35+
#elif STM32WLxx
36+
#include "stm32wlxx_hal_crc.c"
3537
#endif
3638
#pragma GCC diagnostic pop

libraries/SrcWrapper/src/HAL/stm32yyxx_hal_crc_ex.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,7 @@
2424
#include "stm32mp1xx_hal_crc_ex.c"
2525
#elif STM32WBxx
2626
#include "stm32wbxx_hal_crc_ex.c"
27+
#elif STM32WLxx
28+
#include "stm32wlxx_hal_crc_ex.c"
2729
#endif
2830
#pragma GCC diagnostic pop

libraries/SrcWrapper/src/HAL/stm32yyxx_hal_cryp.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,7 @@
2626
#include "stm32mp1xx_hal_cryp.c"
2727
#elif STM32WBxx
2828
#include "stm32wbxx_hal_cryp.c"
29+
#elif STM32WLxx
30+
#include "stm32wlxx_hal_cryp.c"
2931
#endif
3032
#pragma GCC diagnostic pop

libraries/SrcWrapper/src/HAL/stm32yyxx_hal_cryp_ex.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,7 @@
2424
#include "stm32mp1xx_hal_cryp_ex.c"
2525
#elif STM32WBxx
2626
#include "stm32wbxx_hal_cryp_ex.c"
27+
#elif STM32WLxx
28+
#include "stm32wlxx_hal_cryp_ex.c"
2729
#endif
2830
#pragma GCC diagnostic pop

libraries/SrcWrapper/src/HAL/stm32yyxx_hal_dac.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,7 @@
3030
#include "stm32l5xx_hal_dac.c"
3131
#elif STM32MP1xx
3232
#include "stm32mp1xx_hal_dac.c"
33+
#elif STM32WLxx
34+
#include "stm32wlxx_hal_dac.c"
3335
#endif
3436
#pragma GCC diagnostic pop

libraries/SrcWrapper/src/HAL/stm32yyxx_hal_dac_ex.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,7 @@
3030
#include "stm32l5xx_hal_dac_ex.c"
3131
#elif STM32MP1xx
3232
#include "stm32mp1xx_hal_dac_ex.c"
33+
#elif STM32WLxx
34+
#include "stm32wlxx_hal_dac_ex.c"
3335
#endif
3436
#pragma GCC diagnostic pop

libraries/SrcWrapper/src/HAL/stm32yyxx_hal_dma.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,7 @@
3232
#include "stm32mp1xx_hal_dma.c"
3333
#elif STM32WBxx
3434
#include "stm32wbxx_hal_dma.c"
35+
#elif STM32WLxx
36+
#include "stm32wlxx_hal_dma.c"
3537
#endif
3638
#pragma GCC diagnostic pop

libraries/SrcWrapper/src/HAL/stm32yyxx_hal_dma_ex.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,7 @@
2222
#include "stm32mp1xx_hal_dma_ex.c"
2323
#elif STM32WBxx
2424
#include "stm32wbxx_hal_dma_ex.c"
25+
#elif STM32WLxx
26+
#include "stm32wlxx_hal_dma_ex.c"
2527
#endif
2628
#pragma GCC diagnostic pop

libraries/SrcWrapper/src/HAL/stm32yyxx_hal_exti.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,7 @@
3232
#include "stm32mp1xx_hal_exti.c"
3333
#elif STM32WBxx
3434
#include "stm32wbxx_hal_exti.c"
35+
#elif STM32WLxx
36+
#include "stm32wlxx_hal_exti.c"
3537
#endif
3638
#pragma GCC diagnostic pop

libraries/SrcWrapper/src/HAL/stm32yyxx_hal_flash.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,7 @@
3030
#include "stm32l5xx_hal_flash.c"
3131
#elif STM32WBxx
3232
#include "stm32wbxx_hal_flash.c"
33+
#elif STM32WLxx
34+
#include "stm32wlxx_hal_flash.c"
3335
#endif
3436
#pragma GCC diagnostic pop

libraries/SrcWrapper/src/HAL/stm32yyxx_hal_flash_ex.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,7 @@
3030
#include "stm32l5xx_hal_flash_ex.c"
3131
#elif STM32WBxx
3232
#include "stm32wbxx_hal_flash_ex.c"
33+
#elif STM32WLxx
34+
#include "stm32wlxx_hal_flash_ex.c"
3335
#endif
3436
#pragma GCC diagnostic pop

libraries/SrcWrapper/src/HAL/stm32yyxx_hal_gpio.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,7 @@
3232
#include "stm32mp1xx_hal_gpio.c"
3333
#elif STM32WBxx
3434
#include "stm32wbxx_hal_gpio.c"
35+
#elif STM32WLxx
36+
#include "stm32wlxx_hal_gpio.c"
3537
#endif
3638
#pragma GCC diagnostic pop

0 commit comments

Comments
 (0)