Skip to content

Commit c517678

Browse files
committed
[L5] Update wrapped files
Signed-off-by: Francois Ramu <francois.ramu@st.com>
1 parent 44a2aa7 commit c517678

File tree

124 files changed

+700
-327
lines changed

Some content is hidden

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

124 files changed

+700
-327
lines changed

cores/arduino/stm32/LL/stm32yyxx_ll_adc.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@
4141
#ifdef STM32L4xx
4242
#include "stm32l4xx_ll_adc.h"
4343
#endif
44+
#ifdef STM32L5xx
45+
#include "stm32l5xx_ll_adc.h"
46+
#endif
4447
#ifdef STM32MP1xx
4548
#include "stm32mp1xx_ll_adc.h"
4649
#endif

cores/arduino/stm32/LL/stm32yyxx_ll_bus.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@
4141
#ifdef STM32L4xx
4242
#include "stm32l4xx_ll_bus.h"
4343
#endif
44+
#ifdef STM32L5xx
45+
#include "stm32l5xx_ll_bus.h"
46+
#endif
4447
#ifdef STM32MP1xx
4548
#include "stm32mp1xx_ll_bus.h"
4649
#endif

cores/arduino/stm32/LL/stm32yyxx_ll_comp.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@
2929
#ifdef STM32L4xx
3030
#include "stm32l4xx_ll_comp.h"
3131
#endif
32+
#ifdef STM32L5xx
33+
#include "stm32l5xx_ll_comp.h"
34+
#endif
3235
#ifdef STM32WBxx
3336
#include "stm32wbxx_ll_comp.h"
3437
#endif

cores/arduino/stm32/LL/stm32yyxx_ll_cortex.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@
4141
#ifdef STM32L4xx
4242
#include "stm32l4xx_ll_cortex.h"
4343
#endif
44+
#ifdef STM32L5xx
45+
#include "stm32l5xx_ll_cortex.h"
46+
#endif
4447
#ifdef STM32MP1xx
4548
#include "stm32mp1xx_ll_cortex.h"
4649
#endif

cores/arduino/stm32/LL/stm32yyxx_ll_crc.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@
4141
#ifdef STM32L4xx
4242
#include "stm32l4xx_ll_crc.h"
4343
#endif
44+
#ifdef STM32L5xx
45+
#include "stm32l5xx_ll_crc.h"
46+
#endif
4447
#ifdef STM32WBxx
4548
#include "stm32wbxx_ll_crc.h"
4649
#endif

cores/arduino/stm32/LL/stm32yyxx_ll_crs.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020
#ifdef STM32L4xx
2121
#include "stm32l4xx_ll_crs.h"
2222
#endif
23+
#ifdef STM32L5xx
24+
#include "stm32l5xx_ll_crs.h"
25+
#endif
2326
#ifdef STM32WBxx
2427
#include "stm32wbxx_ll_crs.h"
2528
#endif

cores/arduino/stm32/LL/stm32yyxx_ll_dac.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,8 @@
4141
#ifdef STM32L4xx
4242
#include "stm32l4xx_ll_dac.h"
4343
#endif
44+
#ifdef STM32L5xx
45+
#include "stm32l5xx_ll_dac.h"
46+
#endif
4447
#pragma GCC diagnostic pop
4548
#endif /* _STM32YYXX_LL_DAC_H_ */

cores/arduino/stm32/LL/stm32yyxx_ll_dma.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@
4141
#ifdef STM32L4xx
4242
#include "stm32l4xx_ll_dma.h"
4343
#endif
44+
#ifdef STM32L5xx
45+
#include "stm32l5xx_ll_dma.h"
46+
#endif
4447
#ifdef STM32MP1xx
4548
#include "stm32mp1xx_ll_dma.h"
4649
#endif

cores/arduino/stm32/LL/stm32yyxx_ll_dmamux.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
#ifdef STM32L4xx
1818
#include "stm32l4xx_ll_dmamux.h"
1919
#endif
20+
#ifdef STM32L5xx
21+
#include "stm32l5xx_ll_dmamux.h"
22+
#endif
2023
#ifdef STM32MP1xx
2124
#include "stm32mp1xx_ll_dmamux.h"
2225
#endif

cores/arduino/stm32/LL/stm32yyxx_ll_exti.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@
4141
#ifdef STM32L4xx
4242
#include "stm32l4xx_ll_exti.h"
4343
#endif
44+
#ifdef STM32L5xx
45+
#include "stm32l5xx_ll_exti.h"
46+
#endif
4447
#ifdef STM32MP1xx
4548
#include "stm32mp1xx_ll_exti.h"
4649
#endif

cores/arduino/stm32/LL/stm32yyxx_ll_fmc.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
#ifdef STM32L4xx
2424
#include "stm32l4xx_ll_fmc.h"
2525
#endif
26+
#ifdef STM32L5xx
27+
#include "stm32l5xx_ll_fmc.h"
28+
#endif
2629
#ifdef STM32MP1xx
2730
#include "stm32mp1xx_ll_fmc.h"
2831
#endif

cores/arduino/stm32/LL/stm32yyxx_ll_gpio.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@
4141
#ifdef STM32L4xx
4242
#include "stm32l4xx_ll_gpio.h"
4343
#endif
44+
#ifdef STM32L5xx
45+
#include "stm32l5xx_ll_gpio.h"
46+
#endif
4447
#ifdef STM32MP1xx
4548
#include "stm32mp1xx_ll_gpio.h"
4649
#endif

cores/arduino/stm32/LL/stm32yyxx_ll_i2c.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@
4141
#ifdef STM32L4xx
4242
#include "stm32l4xx_ll_i2c.h"
4343
#endif
44+
#ifdef STM32L5xx
45+
#include "stm32l5xx_ll_i2c.h"
46+
#endif
4447
#ifdef STM32MP1xx
4548
#include "stm32mp1xx_ll_i2c.h"
4649
#endif

cores/arduino/stm32/LL/stm32yyxx_ll_iwdg.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@
4141
#ifdef STM32L4xx
4242
#include "stm32l4xx_ll_iwdg.h"
4343
#endif
44+
#ifdef STM32L5xx
45+
#include "stm32l5xx_ll_iwdg.h"
46+
#endif
4447
#ifdef STM32WBxx
4548
#include "stm32wbxx_ll_iwdg.h"
4649
#endif

cores/arduino/stm32/LL/stm32yyxx_ll_lptim.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@
2626
#ifdef STM32L4xx
2727
#include "stm32l4xx_ll_lptim.h"
2828
#endif
29+
#ifdef STM32L5xx
30+
#include "stm32l5xx_ll_lptim.h"
31+
#endif
2932
#ifdef STM32MP1xx
3033
#include "stm32mp1xx_ll_lptim.h"
3134
#endif

cores/arduino/stm32/LL/stm32yyxx_ll_lpuart.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020
#ifdef STM32L4xx
2121
#include "stm32l4xx_ll_lpuart.h"
2222
#endif
23+
#ifdef STM32L5xx
24+
#include "stm32l5xx_ll_lpuart.h"
25+
#endif
2326
#ifdef STM32WBxx
2427
#include "stm32wbxx_ll_lpuart.h"
2528
#endif

cores/arduino/stm32/LL/stm32yyxx_ll_opamp.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,8 @@
2020
#ifdef STM32L4xx
2121
#include "stm32l4xx_ll_opamp.h"
2222
#endif
23+
#ifdef STM32L5xx
24+
#include "stm32l5xx_ll_opamp.h"
25+
#endif
2326
#pragma GCC diagnostic pop
2427
#endif /* _STM32YYXX_LL_OPAMP_H_ */

cores/arduino/stm32/LL/stm32yyxx_ll_pka.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
#ifdef STM32L4xx
99
#include "stm32l4xx_ll_pka.h"
1010
#endif
11+
#ifdef STM32L5xx
12+
#include "stm32l5xx_ll_pka.h"
13+
#endif
1114
#ifdef STM32WBxx
1215
#include "stm32wbxx_ll_pka.h"
1316
#endif

cores/arduino/stm32/LL/stm32yyxx_ll_pwr.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@
4141
#ifdef STM32L4xx
4242
#include "stm32l4xx_ll_pwr.h"
4343
#endif
44+
#ifdef STM32L5xx
45+
#include "stm32l5xx_ll_pwr.h"
46+
#endif
4447
#ifdef STM32MP1xx
4548
#include "stm32mp1xx_ll_pwr.h"
4649
#endif

cores/arduino/stm32/LL/stm32yyxx_ll_rcc.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@
4141
#ifdef STM32L4xx
4242
#include "stm32l4xx_ll_rcc.h"
4343
#endif
44+
#ifdef STM32L5xx
45+
#include "stm32l5xx_ll_rcc.h"
46+
#endif
4447
#ifdef STM32MP1xx
4548
#include "stm32mp1xx_ll_rcc.h"
4649
#endif

cores/arduino/stm32/LL/stm32yyxx_ll_rng.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@
2929
#ifdef STM32L4xx
3030
#include "stm32l4xx_ll_rng.h"
3131
#endif
32+
#ifdef STM32L5xx
33+
#include "stm32l5xx_ll_rng.h"
34+
#endif
3235
#ifdef STM32WBxx
3336
#include "stm32wbxx_ll_rng.h"
3437
#endif

cores/arduino/stm32/LL/stm32yyxx_ll_rtc.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@
4141
#ifdef STM32L4xx
4242
#include "stm32l4xx_ll_rtc.h"
4343
#endif
44+
#ifdef STM32L5xx
45+
#include "stm32l5xx_ll_rtc.h"
46+
#endif
4447
#ifdef STM32MP1xx
4548
#include "stm32mp1xx_ll_rtc.h"
4649
#endif

cores/arduino/stm32/LL/stm32yyxx_ll_sdmmc.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@
2626
#ifdef STM32L4xx
2727
#include "stm32l4xx_ll_sdmmc.h"
2828
#endif
29+
#ifdef STM32L5xx
30+
#include "stm32l5xx_ll_sdmmc.h"
31+
#endif
2932
#ifdef STM32MP1xx
3033
#include "stm32mp1xx_ll_sdmmc.h"
3134
#endif

cores/arduino/stm32/LL/stm32yyxx_ll_spi.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@
4141
#ifdef STM32L4xx
4242
#include "stm32l4xx_ll_spi.h"
4343
#endif
44+
#ifdef STM32L5xx
45+
#include "stm32l5xx_ll_spi.h"
46+
#endif
4447
#ifdef STM32MP1xx
4548
#include "stm32mp1xx_ll_spi.h"
4649
#endif

cores/arduino/stm32/LL/stm32yyxx_ll_system.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@
4141
#ifdef STM32L4xx
4242
#include "stm32l4xx_ll_system.h"
4343
#endif
44+
#ifdef STM32L5xx
45+
#include "stm32l5xx_ll_system.h"
46+
#endif
4447
#ifdef STM32MP1xx
4548
#include "stm32mp1xx_ll_system.h"
4649
#endif

cores/arduino/stm32/LL/stm32yyxx_ll_tim.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@
4141
#ifdef STM32L4xx
4242
#include "stm32l4xx_ll_tim.h"
4343
#endif
44+
#ifdef STM32L5xx
45+
#include "stm32l5xx_ll_tim.h"
46+
#endif
4447
#ifdef STM32MP1xx
4548
#include "stm32mp1xx_ll_tim.h"
4649
#endif

cores/arduino/stm32/LL/stm32yyxx_ll_ucpd.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,8 @@
1111
#ifdef STM32G4xx
1212
#include "stm32g4xx_ll_ucpd.h"
1313
#endif
14+
#ifdef STM32L5xx
15+
#include "stm32l5xx_ll_ucpd.h"
16+
#endif
1417
#pragma GCC diagnostic pop
1518
#endif /* _STM32YYXX_LL_UCPD_H_ */

cores/arduino/stm32/LL/stm32yyxx_ll_usart.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@
4141
#ifdef STM32L4xx
4242
#include "stm32l4xx_ll_usart.h"
4343
#endif
44+
#ifdef STM32L5xx
45+
#include "stm32l5xx_ll_usart.h"
46+
#endif
4447
#ifdef STM32MP1xx
4548
#include "stm32mp1xx_ll_usart.h"
4649
#endif

cores/arduino/stm32/LL/stm32yyxx_ll_usb.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@
3838
#ifdef STM32L4xx
3939
#include "stm32l4xx_ll_usb.h"
4040
#endif
41+
#ifdef STM32L5xx
42+
#include "stm32l5xx_ll_usb.h"
43+
#endif
4144
#ifdef STM32WBxx
4245
#include "stm32wbxx_ll_usb.h"
4346
#endif

cores/arduino/stm32/LL/stm32yyxx_ll_utils.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@
4141
#ifdef STM32L4xx
4242
#include "stm32l4xx_ll_utils.h"
4343
#endif
44+
#ifdef STM32L5xx
45+
#include "stm32l5xx_ll_utils.h"
46+
#endif
4447
#ifdef STM32MP1xx
4548
#include "stm32mp1xx_ll_utils.h"
4649
#endif

cores/arduino/stm32/LL/stm32yyxx_ll_wwdg.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@
4141
#ifdef STM32L4xx
4242
#include "stm32l4xx_ll_wwdg.h"
4343
#endif
44+
#ifdef STM32L5xx
45+
#include "stm32l5xx_ll_wwdg.h"
46+
#endif
4447
#ifdef STM32MP1xx
4548
#include "stm32mp1xx_ll_wwdg.h"
4649
#endif

0 commit comments

Comments
 (0)