Skip to content

Commit 59e5273

Browse files
committed
core(h7rs): add wrapped files
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
1 parent 3662a26 commit 59e5273

141 files changed

Lines changed: 305 additions & 3 deletions

File tree

Some content is hidden

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

cores/arduino/stm32/stm32_def_build.h

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,14 @@
246246
#define CMSIS_STARTUP_FILE "startup_stm32h563xx.s"
247247
#elif defined(STM32H573xx)
248248
#define CMSIS_STARTUP_FILE "startup_stm32h573xx.s"
249+
#elif defined(STM32H7R3xx)
250+
#define CMSIS_STARTUP_FILE "startup_stm32h7r3xx.s"
251+
#elif defined(STM32H7R7xx)
252+
#define CMSIS_STARTUP_FILE "startup_stm32h7r7xx.s"
253+
#elif defined(STM32H7S3xx)
254+
#define CMSIS_STARTUP_FILE "startup_stm32h7s3xx.s"
255+
#elif defined(STM32H7S7xx)
256+
#define CMSIS_STARTUP_FILE "startup_stm32h7s7xx.s"
249257
#elif defined(STM32H723xx)
250258
#define CMSIS_STARTUP_FILE "startup_stm32h723xx.s"
251259
#elif defined(STM32H725xx)

libraries/SrcWrapper/inc/LL/stm32yyxx_ll_adc.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@
3030
#include "stm32h5xx_ll_adc.h"
3131
#elif STM32H7xx
3232
#include "stm32h7xx_ll_adc.h"
33+
#elif STM32H7RSxx
34+
#include "stm32h7rsxx_ll_adc.h"
3335
#elif STM32L0xx
3436
#include "stm32l0xx_ll_adc.h"
3537
#elif STM32L1xx

libraries/SrcWrapper/inc/LL/stm32yyxx_ll_bus.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@
3030
#include "stm32h5xx_ll_bus.h"
3131
#elif STM32H7xx
3232
#include "stm32h7xx_ll_bus.h"
33+
#elif STM32H7RSxx
34+
#include "stm32h7rsxx_ll_bus.h"
3335
#elif STM32L0xx
3436
#include "stm32l0xx_ll_bus.h"
3537
#elif STM32L1xx

libraries/SrcWrapper/inc/LL/stm32yyxx_ll_cordic.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
#include "stm32h5xx_ll_cordic.h"
1515
#elif STM32H7xx
1616
#include "stm32h7xx_ll_cordic.h"
17+
#elif STM32H7RSxx
18+
#include "stm32h7rsxx_ll_cordic.h"
1719
#elif STM32U5xx
1820
#include "stm32u5xx_ll_cordic.h"
1921
#endif

libraries/SrcWrapper/inc/LL/stm32yyxx_ll_cortex.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@
3030
#include "stm32h5xx_ll_cortex.h"
3131
#elif STM32H7xx
3232
#include "stm32h7xx_ll_cortex.h"
33+
#elif STM32H7RSxx
34+
#include "stm32h7rsxx_ll_cortex.h"
3335
#elif STM32L0xx
3436
#include "stm32l0xx_ll_cortex.h"
3537
#elif STM32L1xx

libraries/SrcWrapper/inc/LL/stm32yyxx_ll_crc.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@
3030
#include "stm32h5xx_ll_crc.h"
3131
#elif STM32H7xx
3232
#include "stm32h7xx_ll_crc.h"
33+
#elif STM32H7RSxx
34+
#include "stm32h7rsxx_ll_crc.h"
3335
#elif STM32L0xx
3436
#include "stm32l0xx_ll_crc.h"
3537
#elif STM32L1xx

libraries/SrcWrapper/inc/LL/stm32yyxx_ll_crs.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
#include "stm32h5xx_ll_crs.h"
2121
#elif STM32H7xx
2222
#include "stm32h7xx_ll_crs.h"
23+
#elif STM32H7RSxx
24+
#include "stm32h7rsxx_ll_crs.h"
2325
#elif STM32L0xx
2426
#include "stm32l0xx_ll_crs.h"
2527
#elif STM32L4xx

libraries/SrcWrapper/inc/LL/stm32yyxx_ll_dlyb.h

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

1111
#ifdef STM32H5xx
1212
#include "stm32h5xx_ll_dlyb.h"
13+
#elif STM32H7RSxx
14+
#include "stm32h7rsxx_ll_dlyb.h"
1315
#elif STM32U3xx
1416
#include "stm32u3xx_ll_dlyb.h"
1517
#elif STM32U5xx

libraries/SrcWrapper/inc/LL/stm32yyxx_ll_dma.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@
3030
#include "stm32h5xx_ll_dma.h"
3131
#elif STM32H7xx
3232
#include "stm32h7xx_ll_dma.h"
33+
#elif STM32H7RSxx
34+
#include "stm32h7rsxx_ll_dma.h"
3335
#elif STM32L0xx
3436
#include "stm32l0xx_ll_dma.h"
3537
#elif STM32L1xx

libraries/SrcWrapper/inc/LL/stm32yyxx_ll_dma2d.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
#include "stm32f7xx_ll_dma2d.h"
1515
#elif STM32H7xx
1616
#include "stm32h7xx_ll_dma2d.h"
17+
#elif STM32H7RSxx
18+
#include "stm32h7rsxx_ll_dma2d.h"
1719
#elif STM32L4xx
1820
#include "stm32l4xx_ll_dma2d.h"
1921
#elif STM32U5xx

0 commit comments

Comments
 (0)