Skip to content

Commit ef52d36

Browse files
committed
core: WL: add wrapped files
Signed-off-by: Frederic Pillon <[email protected]>
1 parent ae4d0cb commit ef52d36

File tree

96 files changed

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

+203
-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_ */

0 commit comments

Comments
 (0)