Skip to content

Commit 57618c1

Browse files
committed
core: U5: add wrapped files
Signed-off-by: Frederic Pillon <[email protected]>
1 parent ba317ed commit 57618c1

File tree

145 files changed

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

145 files changed

+353
-0
lines changed

cores/arduino/stm32/LL/stm32yyxx_ll.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@
1515
#include "stm32yyxx_ll_crc.h"
1616
#include "stm32yyxx_ll_crs.h"
1717
#include "stm32yyxx_ll_dac.h"
18+
#include "stm32yyxx_ll_dcache.h"
1819
#include "stm32yyxx_ll_delayblock.h"
20+
#include "stm32yyxx_ll_dlyb.h"
1921
#include "stm32yyxx_ll_dma.h"
2022
#include "stm32yyxx_ll_dma2d.h"
2123
#include "stm32yyxx_ll_dmamux.h"
@@ -31,6 +33,7 @@
3133
#include "stm32yyxx_ll_icache.h"
3234
#include "stm32yyxx_ll_ipcc.h"
3335
#include "stm32yyxx_ll_iwdg.h"
36+
#include "stm32yyxx_ll_lpgpio.h"
3437
#include "stm32yyxx_ll_lptim.h"
3538
#include "stm32yyxx_ll_lpuart.h"
3639
#include "stm32yyxx_ll_mdma.h"

cores/arduino/stm32/LL/stm32yyxx_ll_adc.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@
3333
#include "stm32l5xx_ll_adc.h"
3434
#elif STM32MP1xx
3535
#include "stm32mp1xx_ll_adc.h"
36+
#elif STM32U5xx
37+
#include "stm32u5xx_ll_adc.h"
3638
#elif STM32WBxx
3739
#include "stm32wbxx_ll_adc.h"
3840
#elif STM32WLxx

cores/arduino/stm32/LL/stm32yyxx_ll_bus.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@
3333
#include "stm32l5xx_ll_bus.h"
3434
#elif STM32MP1xx
3535
#include "stm32mp1xx_ll_bus.h"
36+
#elif STM32U5xx
37+
#include "stm32u5xx_ll_bus.h"
3638
#elif STM32WBxx
3739
#include "stm32wbxx_ll_bus.h"
3840
#elif STM32WLxx

cores/arduino/stm32/LL/stm32yyxx_ll_comp.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@
2323
#include "stm32l4xx_ll_comp.h"
2424
#elif STM32L5xx
2525
#include "stm32l5xx_ll_comp.h"
26+
#elif STM32U5xx
27+
#include "stm32u5xx_ll_comp.h"
2628
#elif STM32WBxx
2729
#include "stm32wbxx_ll_comp.h"
2830
#elif STM32WLxx

cores/arduino/stm32/LL/stm32yyxx_ll_cordic.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
#include "stm32g4xx_ll_cordic.h"
1010
#elif STM32H7xx
1111
#include "stm32h7xx_ll_cordic.h"
12+
#elif STM32U5xx
13+
#include "stm32u5xx_ll_cordic.h"
1214
#endif
1315
#pragma GCC diagnostic pop
1416
#endif /* _STM32YYXX_LL_CORDIC_H_ */

cores/arduino/stm32/LL/stm32yyxx_ll_cortex.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@
3333
#include "stm32l5xx_ll_cortex.h"
3434
#elif STM32MP1xx
3535
#include "stm32mp1xx_ll_cortex.h"
36+
#elif STM32U5xx
37+
#include "stm32u5xx_ll_cortex.h"
3638
#elif STM32WBxx
3739
#include "stm32wbxx_ll_cortex.h"
3840
#elif STM32WLxx

cores/arduino/stm32/LL/stm32yyxx_ll_crc.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@
3131
#include "stm32l4xx_ll_crc.h"
3232
#elif STM32L5xx
3333
#include "stm32l5xx_ll_crc.h"
34+
#elif STM32U5xx
35+
#include "stm32u5xx_ll_crc.h"
3436
#elif STM32WBxx
3537
#include "stm32wbxx_ll_crc.h"
3638
#elif STM32WLxx

cores/arduino/stm32/LL/stm32yyxx_ll_crs.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
#include "stm32l4xx_ll_crs.h"
2020
#elif STM32L5xx
2121
#include "stm32l5xx_ll_crs.h"
22+
#elif STM32U5xx
23+
#include "stm32u5xx_ll_crs.h"
2224
#elif STM32WBxx
2325
#include "stm32wbxx_ll_crs.h"
2426
#endif

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 STM32U5xx
35+
#include "stm32u5xx_ll_dac.h"
3436
#elif STM32WLxx
3537
#include "stm32wlxx_ll_dac.h"
3638
#endif
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
#ifndef _STM32YYXX_LL_DCACHE_H_
2+
#define _STM32YYXX_LL_DCACHE_H_
3+
/* LL raised several warnings, ignore them */
4+
#pragma GCC diagnostic push
5+
#pragma GCC diagnostic ignored "-Wunused-parameter"
6+
#pragma GCC diagnostic ignored "-Wstrict-aliasing"
7+
8+
#ifdef STM32U5xx
9+
#include "stm32u5xx_ll_dcache.h"
10+
#endif
11+
#pragma GCC diagnostic pop
12+
#endif /* _STM32YYXX_LL_DCACHE_H_ */
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
#ifndef _STM32YYXX_LL_DLYB_H_
2+
#define _STM32YYXX_LL_DLYB_H_
3+
/* LL raised several warnings, ignore them */
4+
#pragma GCC diagnostic push
5+
#pragma GCC diagnostic ignored "-Wunused-parameter"
6+
#pragma GCC diagnostic ignored "-Wstrict-aliasing"
7+
8+
#ifdef STM32U5xx
9+
#include "stm32u5xx_ll_dlyb.h"
10+
#endif
11+
#pragma GCC diagnostic pop
12+
#endif /* _STM32YYXX_LL_DLYB_H_ */

cores/arduino/stm32/LL/stm32yyxx_ll_dma.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@
3333
#include "stm32l5xx_ll_dma.h"
3434
#elif STM32MP1xx
3535
#include "stm32mp1xx_ll_dma.h"
36+
#elif STM32U5xx
37+
#include "stm32u5xx_ll_dma.h"
3638
#elif STM32WBxx
3739
#include "stm32wbxx_ll_dma.h"
3840
#elif STM32WLxx

cores/arduino/stm32/LL/stm32yyxx_ll_dma2d.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
#include "stm32h7xx_ll_dma2d.h"
1414
#elif STM32L4xx
1515
#include "stm32l4xx_ll_dma2d.h"
16+
#elif STM32U5xx
17+
#include "stm32u5xx_ll_dma2d.h"
1618
#endif
1719
#pragma GCC diagnostic pop
1820
#endif /* _STM32YYXX_LL_DMA2D_H_ */

cores/arduino/stm32/LL/stm32yyxx_ll_exti.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@
3333
#include "stm32l5xx_ll_exti.h"
3434
#elif STM32MP1xx
3535
#include "stm32mp1xx_ll_exti.h"
36+
#elif STM32U5xx
37+
#include "stm32u5xx_ll_exti.h"
3638
#elif STM32WBxx
3739
#include "stm32wbxx_ll_exti.h"
3840
#elif STM32WLxx

cores/arduino/stm32/LL/stm32yyxx_ll_fmac.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
#include "stm32g4xx_ll_fmac.h"
1010
#elif STM32H7xx
1111
#include "stm32h7xx_ll_fmac.h"
12+
#elif STM32U5xx
13+
#include "stm32u5xx_ll_fmac.h"
1214
#endif
1315
#pragma GCC diagnostic pop
1416
#endif /* _STM32YYXX_LL_FMAC_H_ */

cores/arduino/stm32/LL/stm32yyxx_ll_fmc.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121
#include "stm32l5xx_ll_fmc.h"
2222
#elif STM32MP1xx
2323
#include "stm32mp1xx_ll_fmc.h"
24+
#elif STM32U5xx
25+
#include "stm32u5xx_ll_fmc.h"
2426
#endif
2527
#pragma GCC diagnostic pop
2628
#endif /* _STM32YYXX_LL_FMC_H_ */

cores/arduino/stm32/LL/stm32yyxx_ll_gpio.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@
3333
#include "stm32l5xx_ll_gpio.h"
3434
#elif STM32MP1xx
3535
#include "stm32mp1xx_ll_gpio.h"
36+
#elif STM32U5xx
37+
#include "stm32u5xx_ll_gpio.h"
3638
#elif STM32WBxx
3739
#include "stm32wbxx_ll_gpio.h"
3840
#elif STM32WLxx

cores/arduino/stm32/LL/stm32yyxx_ll_i2c.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@
3333
#include "stm32l5xx_ll_i2c.h"
3434
#elif STM32MP1xx
3535
#include "stm32mp1xx_ll_i2c.h"
36+
#elif STM32U5xx
37+
#include "stm32u5xx_ll_i2c.h"
3638
#elif STM32WBxx
3739
#include "stm32wbxx_ll_i2c.h"
3840
#elif STM32WLxx

cores/arduino/stm32/LL/stm32yyxx_ll_icache.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77

88
#ifdef STM32L5xx
99
#include "stm32l5xx_ll_icache.h"
10+
#elif STM32U5xx
11+
#include "stm32u5xx_ll_icache.h"
1012
#endif
1113
#pragma GCC diagnostic pop
1214
#endif /* _STM32YYXX_LL_ICACHE_H_ */

cores/arduino/stm32/LL/stm32yyxx_ll_iwdg.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@
3131
#include "stm32l4xx_ll_iwdg.h"
3232
#elif STM32L5xx
3333
#include "stm32l5xx_ll_iwdg.h"
34+
#elif STM32U5xx
35+
#include "stm32u5xx_ll_iwdg.h"
3436
#elif STM32WBxx
3537
#include "stm32wbxx_ll_iwdg.h"
3638
#elif STM32WLxx
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
#ifndef _STM32YYXX_LL_LPGPIO_H_
2+
#define _STM32YYXX_LL_LPGPIO_H_
3+
/* LL raised several warnings, ignore them */
4+
#pragma GCC diagnostic push
5+
#pragma GCC diagnostic ignored "-Wunused-parameter"
6+
#pragma GCC diagnostic ignored "-Wstrict-aliasing"
7+
8+
#ifdef STM32U5xx
9+
#include "stm32u5xx_ll_lpgpio.h"
10+
#endif
11+
#pragma GCC diagnostic pop
12+
#endif /* _STM32YYXX_LL_LPGPIO_H_ */

cores/arduino/stm32/LL/stm32yyxx_ll_lptim.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@
2323
#include "stm32l5xx_ll_lptim.h"
2424
#elif STM32MP1xx
2525
#include "stm32mp1xx_ll_lptim.h"
26+
#elif STM32U5xx
27+
#include "stm32u5xx_ll_lptim.h"
2628
#elif STM32WBxx
2729
#include "stm32wbxx_ll_lptim.h"
2830
#elif STM32WLxx

cores/arduino/stm32/LL/stm32yyxx_ll_lpuart.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
#include "stm32l4xx_ll_lpuart.h"
1818
#elif STM32L5xx
1919
#include "stm32l5xx_ll_lpuart.h"
20+
#elif STM32U5xx
21+
#include "stm32u5xx_ll_lpuart.h"
2022
#elif STM32WBxx
2123
#include "stm32wbxx_ll_lpuart.h"
2224
#elif STM32WLxx

cores/arduino/stm32/LL/stm32yyxx_ll_opamp.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
#include "stm32l4xx_ll_opamp.h"
1818
#elif STM32L5xx
1919
#include "stm32l5xx_ll_opamp.h"
20+
#elif STM32U5xx
21+
#include "stm32u5xx_ll_opamp.h"
2022
#endif
2123
#pragma GCC diagnostic pop
2224
#endif /* _STM32YYXX_LL_OPAMP_H_ */

cores/arduino/stm32/LL/stm32yyxx_ll_pka.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
#include "stm32l4xx_ll_pka.h"
1010
#elif STM32L5xx
1111
#include "stm32l5xx_ll_pka.h"
12+
#elif STM32U5xx
13+
#include "stm32u5xx_ll_pka.h"
1214
#elif STM32WBxx
1315
#include "stm32wbxx_ll_pka.h"
1416
#elif STM32WLxx

cores/arduino/stm32/LL/stm32yyxx_ll_pwr.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@
3333
#include "stm32l5xx_ll_pwr.h"
3434
#elif STM32MP1xx
3535
#include "stm32mp1xx_ll_pwr.h"
36+
#elif STM32U5xx
37+
#include "stm32u5xx_ll_pwr.h"
3638
#elif STM32WBxx
3739
#include "stm32wbxx_ll_pwr.h"
3840
#elif STM32WLxx

cores/arduino/stm32/LL/stm32yyxx_ll_rcc.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@
3333
#include "stm32l5xx_ll_rcc.h"
3434
#elif STM32MP1xx
3535
#include "stm32mp1xx_ll_rcc.h"
36+
#elif STM32U5xx
37+
#include "stm32u5xx_ll_rcc.h"
3638
#elif STM32WBxx
3739
#include "stm32wbxx_ll_rcc.h"
3840
#elif STM32WLxx

cores/arduino/stm32/LL/stm32yyxx_ll_rng.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@
2323
#include "stm32l4xx_ll_rng.h"
2424
#elif STM32L5xx
2525
#include "stm32l5xx_ll_rng.h"
26+
#elif STM32U5xx
27+
#include "stm32u5xx_ll_rng.h"
2628
#elif STM32WBxx
2729
#include "stm32wbxx_ll_rng.h"
2830
#elif STM32WLxx

cores/arduino/stm32/LL/stm32yyxx_ll_rtc.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@
3333
#include "stm32l5xx_ll_rtc.h"
3434
#elif STM32MP1xx
3535
#include "stm32mp1xx_ll_rtc.h"
36+
#elif STM32U5xx
37+
#include "stm32u5xx_ll_rtc.h"
3638
#elif STM32WBxx
3739
#include "stm32wbxx_ll_rtc.h"
3840
#elif STM32WLxx

cores/arduino/stm32/LL/stm32yyxx_ll_sdmmc.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@
2323
#include "stm32l5xx_ll_sdmmc.h"
2424
#elif STM32MP1xx
2525
#include "stm32mp1xx_ll_sdmmc.h"
26+
#elif STM32U5xx
27+
#include "stm32u5xx_ll_sdmmc.h"
2628
#endif
2729
#pragma GCC diagnostic pop
2830
#endif /* _STM32YYXX_LL_SDMMC_H_ */

cores/arduino/stm32/LL/stm32yyxx_ll_spi.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@
3333
#include "stm32l5xx_ll_spi.h"
3434
#elif STM32MP1xx
3535
#include "stm32mp1xx_ll_spi.h"
36+
#elif STM32U5xx
37+
#include "stm32u5xx_ll_spi.h"
3638
#elif STM32WBxx
3739
#include "stm32wbxx_ll_spi.h"
3840
#elif STM32WLxx

cores/arduino/stm32/LL/stm32yyxx_ll_system.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@
3333
#include "stm32l5xx_ll_system.h"
3434
#elif STM32MP1xx
3535
#include "stm32mp1xx_ll_system.h"
36+
#elif STM32U5xx
37+
#include "stm32u5xx_ll_system.h"
3638
#elif STM32WBxx
3739
#include "stm32wbxx_ll_system.h"
3840
#elif STM32WLxx

cores/arduino/stm32/LL/stm32yyxx_ll_tim.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@
3333
#include "stm32l5xx_ll_tim.h"
3434
#elif STM32MP1xx
3535
#include "stm32mp1xx_ll_tim.h"
36+
#elif STM32U5xx
37+
#include "stm32u5xx_ll_tim.h"
3638
#elif STM32WBxx
3739
#include "stm32wbxx_ll_tim.h"
3840
#elif STM32WLxx

cores/arduino/stm32/LL/stm32yyxx_ll_ucpd.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
#include "stm32g4xx_ll_ucpd.h"
1212
#elif STM32L5xx
1313
#include "stm32l5xx_ll_ucpd.h"
14+
#elif STM32U5xx
15+
#include "stm32u5xx_ll_ucpd.h"
1416
#endif
1517
#pragma GCC diagnostic pop
1618
#endif /* _STM32YYXX_LL_UCPD_H_ */

cores/arduino/stm32/LL/stm32yyxx_ll_usart.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@
3333
#include "stm32l5xx_ll_usart.h"
3434
#elif STM32MP1xx
3535
#include "stm32mp1xx_ll_usart.h"
36+
#elif STM32U5xx
37+
#include "stm32u5xx_ll_usart.h"
3638
#elif STM32WBxx
3739
#include "stm32wbxx_ll_usart.h"
3840
#elif STM32WLxx

cores/arduino/stm32/LL/stm32yyxx_ll_usb.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@
3131
#include "stm32l4xx_ll_usb.h"
3232
#elif STM32L5xx
3333
#include "stm32l5xx_ll_usb.h"
34+
#elif STM32U5xx
35+
#include "stm32u5xx_ll_usb.h"
3436
#elif STM32WBxx
3537
#include "stm32wbxx_ll_usb.h"
3638
#endif

cores/arduino/stm32/LL/stm32yyxx_ll_utils.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@
3333
#include "stm32l5xx_ll_utils.h"
3434
#elif STM32MP1xx
3535
#include "stm32mp1xx_ll_utils.h"
36+
#elif STM32U5xx
37+
#include "stm32u5xx_ll_utils.h"
3638
#elif STM32WBxx
3739
#include "stm32wbxx_ll_utils.h"
3840
#elif STM32WLxx

cores/arduino/stm32/LL/stm32yyxx_ll_wwdg.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@
3333
#include "stm32l5xx_ll_wwdg.h"
3434
#elif STM32MP1xx
3535
#include "stm32mp1xx_ll_wwdg.h"
36+
#elif STM32U5xx
37+
#include "stm32u5xx_ll_wwdg.h"
3638
#elif STM32WBxx
3739
#include "stm32wbxx_ll_wwdg.h"
3840
#elif STM32WLxx

cores/arduino/stm32/stm32_def_build.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -406,6 +406,10 @@
406406
#define CMSIS_STARTUP_FILE "startup_stm32mp157cxx_cm4.s"
407407
#elif defined(STM32MP15xx)
408408
#define CMSIS_STARTUP_FILE "startup_stm32mp15xx.s"
409+
#elif defined(STM32U575xx)
410+
#define CMSIS_STARTUP_FILE "startup_stm32u575xx.s"
411+
#elif defined(STM32U585xx)
412+
#define CMSIS_STARTUP_FILE "startup_stm32u585xx.s"
409413
#elif defined(STM32WB10xx)
410414
#define CMSIS_STARTUP_FILE "startup_stm32wb10xx_cm4.s"
411415
#elif defined(STM32WB15xx)

libraries/SrcWrapper/src/HAL/stm32yyxx_hal.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@
3030
#include "stm32l5xx_hal.c"
3131
#elif STM32MP1xx
3232
#include "stm32mp1xx_hal.c"
33+
#elif STM32U5xx
34+
#include "stm32u5xx_hal.c"
3335
#elif STM32WBxx
3436
#include "stm32wbxx_hal.c"
3537
#elif STM32WLxx

libraries/SrcWrapper/src/HAL/stm32yyxx_hal_adc.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@
3030
#include "stm32l5xx_hal_adc.c"
3131
#elif STM32MP1xx
3232
#include "stm32mp1xx_hal_adc.c"
33+
#elif STM32U5xx
34+
#include "stm32u5xx_hal_adc.c"
3335
#elif STM32WBxx
3436
#include "stm32wbxx_hal_adc.c"
3537
#elif STM32WLxx

0 commit comments

Comments
 (0)