Skip to content

Commit 6fef8ec

Browse files
committed
core(H5): add wrapped files
Signed-off-by: Frederic Pillon <[email protected]>
1 parent 9fba1aa commit 6fef8ec

File tree

147 files changed

+346
-20
lines changed

Some content is hidden

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

147 files changed

+346
-20
lines changed

cores/arduino/stm32/LL/stm32yyxx_ll.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
#include "stm32yyxx_ll_hrtim.h"
3434
#include "stm32yyxx_ll_hsem.h"
3535
#include "stm32yyxx_ll_i2c.h"
36+
#include "stm32yyxx_ll_i3c.h"
3637
#include "stm32yyxx_ll_icache.h"
3738
#include "stm32yyxx_ll_ipcc.h"
3839
#include "stm32yyxx_ll_iwdg.h"

cores/arduino/stm32/LL/stm32yyxx_ll_adc.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@
2626
#include "stm32g0xx_ll_adc.h"
2727
#elif STM32G4xx
2828
#include "stm32g4xx_ll_adc.h"
29+
#elif STM32H5xx
30+
#include "stm32h5xx_ll_adc.h"
2931
#elif STM32H7xx
3032
#include "stm32h7xx_ll_adc.h"
3133
#elif STM32L0xx

cores/arduino/stm32/LL/stm32yyxx_ll_bus.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@
2626
#include "stm32g0xx_ll_bus.h"
2727
#elif STM32G4xx
2828
#include "stm32g4xx_ll_bus.h"
29+
#elif STM32H5xx
30+
#include "stm32h5xx_ll_bus.h"
2931
#elif STM32H7xx
3032
#include "stm32h7xx_ll_bus.h"
3133
#elif STM32L0xx

cores/arduino/stm32/LL/stm32yyxx_ll_comp.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
#include "stm32g0xx_ll_comp.h"
1717
#elif STM32G4xx
1818
#include "stm32g4xx_ll_comp.h"
19+
#elif STM32H5xx
20+
#include "stm32h5xx_ll_comp.h"
1921
#elif STM32H7xx
2022
#include "stm32h7xx_ll_comp.h"
2123
#elif STM32L0xx

cores/arduino/stm32/LL/stm32yyxx_ll_cordic.h

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

1111
#ifdef STM32G4xx
1212
#include "stm32g4xx_ll_cordic.h"
13+
#elif STM32H5xx
14+
#include "stm32h5xx_ll_cordic.h"
1315
#elif STM32H7xx
1416
#include "stm32h7xx_ll_cordic.h"
1517
#elif STM32U5xx

cores/arduino/stm32/LL/stm32yyxx_ll_cortex.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@
2626
#include "stm32g0xx_ll_cortex.h"
2727
#elif STM32G4xx
2828
#include "stm32g4xx_ll_cortex.h"
29+
#elif STM32H5xx
30+
#include "stm32h5xx_ll_cortex.h"
2931
#elif STM32H7xx
3032
#include "stm32h7xx_ll_cortex.h"
3133
#elif STM32L0xx

cores/arduino/stm32/LL/stm32yyxx_ll_crc.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@
2626
#include "stm32g0xx_ll_crc.h"
2727
#elif STM32G4xx
2828
#include "stm32g4xx_ll_crc.h"
29+
#elif STM32H5xx
30+
#include "stm32h5xx_ll_crc.h"
2931
#elif STM32H7xx
3032
#include "stm32h7xx_ll_crc.h"
3133
#elif STM32L0xx

cores/arduino/stm32/LL/stm32yyxx_ll_crs.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
#include "stm32g0xx_ll_crs.h"
1515
#elif STM32G4xx
1616
#include "stm32g4xx_ll_crs.h"
17+
#elif STM32H5xx
18+
#include "stm32h5xx_ll_crs.h"
1719
#elif STM32H7xx
1820
#include "stm32h7xx_ll_crs.h"
1921
#elif STM32L0xx

cores/arduino/stm32/LL/stm32yyxx_ll_dac.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424
#include "stm32g0xx_ll_dac.h"
2525
#elif STM32G4xx
2626
#include "stm32g4xx_ll_dac.h"
27+
#elif STM32H5xx
28+
#include "stm32h5xx_ll_dac.h"
2729
#elif STM32H7xx
2830
#include "stm32h7xx_ll_dac.h"
2931
#elif STM32L0xx

cores/arduino/stm32/LL/stm32yyxx_ll_dcache.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88
#pragma GCC diagnostic ignored "-Wregister"
99
#endif
1010

11-
#ifdef STM32U5xx
11+
#ifdef STM32H5xx
12+
#include "stm32h5xx_ll_dcache.h"
13+
#elif STM32U5xx
1214
#include "stm32u5xx_ll_dcache.h"
1315
#endif
1416
#pragma GCC diagnostic pop

0 commit comments

Comments
 (0)