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

0 commit comments

Comments
 (0)