We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 922ae85 commit 827343aCopy full SHA for 827343a
soc/arm/st_stm32/stm32h7/Kconfig.defconfig.stm32h730xx
@@ -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
@@ -21,6 +21,12 @@ config SOC_STM32H725XX
21
select CPU_CORTEX_M_HAS_CACHE
22
select CPU_HAS_FPU_DOUBLE_PRECISION
23
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
30
config SOC_STM32H735XX
31
bool "STM32H735XX"
32
select CPU_CORTEX_M7
0 commit comments