Skip to content

Commit f2f824d

Browse files
FRASTMfpistm
authored andcommitted
[L5] Update wrapped files
Signed-off-by: Francois Ramu <[email protected]>
1 parent b66f113 commit f2f824d

File tree

124 files changed

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

124 files changed

+373
-0
lines changed

cores/arduino/stm32/LL/stm32yyxx_ll_adc.h

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

cores/arduino/stm32/stm32_def_build.h

+4
Original file line numberDiff line numberDiff line change
@@ -376,6 +376,10 @@
376376
#define CMSIS_STARTUP_FILE "startup_stm32l4s7xx.s"
377377
#elif defined(STM32L4S9xx)
378378
#define CMSIS_STARTUP_FILE "startup_stm32l4s9xx.s"
379+
#elif defined(STM32L552xx)
380+
#define CMSIS_STARTUP_FILE "startup_stm32l552xx.s"
381+
#elif defined(STM32L562xx)
382+
#define CMSIS_STARTUP_FILE "startup_stm32l562xx.s"
379383
#elif defined(STM32MP151Axx)
380384
#define CMSIS_STARTUP_FILE "startup_stm32mp151a_cm4 .s"
381385
#elif defined(STM32MP151Cxx)

libraries/SrcWrapper/src/HAL/stm32yyxx_hal.c

+3
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@
3434
#ifdef STM32L4xx
3535
#include "stm32l4xx_hal.c"
3636
#endif
37+
#ifdef STM32L5xx
38+
#include "stm32l5xx_hal.c"
39+
#endif
3740
#ifdef STM32MP1xx
3841
#include "stm32mp1xx_hal.c"
3942
#endif

libraries/SrcWrapper/src/HAL/stm32yyxx_hal_adc.c

+3
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@
3434
#ifdef STM32L4xx
3535
#include "stm32l4xx_hal_adc.c"
3636
#endif
37+
#ifdef STM32L5xx
38+
#include "stm32l5xx_hal_adc.c"
39+
#endif
3740
#ifdef STM32MP1xx
3841
#include "stm32mp1xx_hal_adc.c"
3942
#endif

libraries/SrcWrapper/src/HAL/stm32yyxx_hal_adc_ex.c

+3
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@
3434
#ifdef STM32L4xx
3535
#include "stm32l4xx_hal_adc_ex.c"
3636
#endif
37+
#ifdef STM32L5xx
38+
#include "stm32l5xx_hal_adc_ex.c"
39+
#endif
3740
#ifdef STM32MP1xx
3841
#include "stm32mp1xx_hal_adc_ex.c"
3942
#endif

libraries/SrcWrapper/src/HAL/stm32yyxx_hal_comp.c

+3
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@
2222
#ifdef STM32L4xx
2323
#include "stm32l4xx_hal_comp.c"
2424
#endif
25+
#ifdef STM32L5xx
26+
#include "stm32l5xx_hal_comp.c"
27+
#endif
2528
#ifdef STM32WBxx
2629
#include "stm32wbxx_hal_comp.c"
2730
#endif

libraries/SrcWrapper/src/HAL/stm32yyxx_hal_cortex.c

+3
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@
3434
#ifdef STM32L4xx
3535
#include "stm32l4xx_hal_cortex.c"
3636
#endif
37+
#ifdef STM32L5xx
38+
#include "stm32l5xx_hal_cortex.c"
39+
#endif
3740
#ifdef STM32MP1xx
3841
#include "stm32mp1xx_hal_cortex.c"
3942
#endif

libraries/SrcWrapper/src/HAL/stm32yyxx_hal_crc.c

+3
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@
3434
#ifdef STM32L4xx
3535
#include "stm32l4xx_hal_crc.c"
3636
#endif
37+
#ifdef STM32L5xx
38+
#include "stm32l5xx_hal_crc.c"
39+
#endif
3740
#ifdef STM32MP1xx
3841
#include "stm32mp1xx_hal_crc.c"
3942
#endif

libraries/SrcWrapper/src/HAL/stm32yyxx_hal_crc_ex.c

+3
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@
2222
#ifdef STM32L4xx
2323
#include "stm32l4xx_hal_crc_ex.c"
2424
#endif
25+
#ifdef STM32L5xx
26+
#include "stm32l5xx_hal_crc_ex.c"
27+
#endif
2528
#ifdef STM32MP1xx
2629
#include "stm32mp1xx_hal_crc_ex.c"
2730
#endif

libraries/SrcWrapper/src/HAL/stm32yyxx_hal_cryp.c

+3
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@
2525
#ifdef STM32L4xx
2626
#include "stm32l4xx_hal_cryp.c"
2727
#endif
28+
#ifdef STM32L5xx
29+
#include "stm32l5xx_hal_cryp.c"
30+
#endif
2831
#ifdef STM32MP1xx
2932
#include "stm32mp1xx_hal_cryp.c"
3033
#endif

0 commit comments

Comments
 (0)