Skip to content

Commit 827343a

Browse files
GeorgeCGVcarlescufi
authored andcommitted
soc: stm32: h7: add support for stm32h730xx
Adds support for STM32H730XX SoC. Signed-off-by: Georgij Cernysiov <[email protected]>
1 parent 922ae85 commit 827343a

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# ST STM32H730X MCU configuration options
2+
3+
# Copyright (c) 2022 Georgij Cernysiov <[email protected]>
4+
# SPDX-License-Identifier: Apache-2.0
5+
6+
if SOC_STM32H730XX
7+
8+
config SOC
9+
default "stm32h730xx"
10+
11+
config NUM_IRQS
12+
default 163
13+
14+
endif # SOC_STM32H730XX

soc/arm/st_stm32/stm32h7/Kconfig.soc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ config SOC_STM32H725XX
2121
select CPU_CORTEX_M_HAS_CACHE
2222
select CPU_HAS_FPU_DOUBLE_PRECISION
2323

24+
config SOC_STM32H730XX
25+
bool "STM32H730XX"
26+
select CPU_CORTEX_M7
27+
select CPU_CORTEX_M_HAS_CACHE
28+
select CPU_HAS_FPU_DOUBLE_PRECISION
29+
2430
config SOC_STM32H735XX
2531
bool "STM32H735XX"
2632
select CPU_CORTEX_M7

0 commit comments

Comments
 (0)