Skip to content

Commit 6e19aad

Browse files
authored
bsp/stm32:Separate STM32H7RS HAL drivers (#10217)
1 parent c210588 commit 6e19aad

File tree

302 files changed

+539
-441937
lines changed

Some content is hidden

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

302 files changed

+539
-441937
lines changed

bsp/stm32/libraries/Kconfig

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,12 @@ config SOC_SERIES_STM32H7
7777
select SOC_FAMILY_STM32
7878
select PKG_USING_STM32H7_HAL_DRIVER
7979

80+
config SOC_SERIES_STM32H7RS
81+
bool
82+
select ARCH_ARM_CORTEX_M7
83+
select SOC_FAMILY_STM32
84+
select PKG_USING_STM32H7RS_HAL_DRIVER
85+
8086
config SOC_SERIES_STM32U5
8187
bool
8288
select ARCH_ARM_CORTEX_M33

bsp/stm32/libraries/STM32H7RSxx_HAL/CMSIS/Device/ST/STM32H7RSxx/Include/stm32h7r3xx.h

Lines changed: 0 additions & 23356 deletions
This file was deleted.

bsp/stm32/libraries/STM32H7RSxx_HAL/CMSIS/Device/ST/STM32H7RSxx/Include/stm32h7r7xx.h

Lines changed: 0 additions & 23792 deletions
This file was deleted.

bsp/stm32/libraries/STM32H7RSxx_HAL/CMSIS/Device/ST/STM32H7RSxx/Include/stm32h7rsxx.h

Lines changed: 0 additions & 234 deletions
This file was deleted.

0 commit comments

Comments
 (0)