Skip to content

Commit 0cbab3d

Browse files
committed
bsp/stm32:Separate STM32H7RS HAL drivers
1 parent e7d870b commit 0cbab3d

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
@@ -70,6 +70,12 @@ config SOC_SERIES_STM32H7
7070
select SOC_FAMILY_STM32
7171
select PKG_USING_STM32H7_HAL_DRIVER
7272

73+
config SOC_SERIES_STM32H7RS
74+
bool
75+
select ARCH_ARM_CORTEX_M7
76+
select SOC_FAMILY_STM32
77+
select PKG_USING_STM32H7RS_HAL_DRIVER
78+
7379
config SOC_SERIES_STM32U5
7480
bool
7581
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)