soc: arm: st_stm32: add stm32h725xx support
add support for stm32h725xx family Signed-off-by: Mikkel Jakobsen <mikkel.aunsbjerg@escolifesciences.com>
This commit is contained in:
parent
98dea7e0bd
commit
face3cd0c8
14
soc/arm/st_stm32/stm32h7/Kconfig.defconfig.stm32h725xx
Normal file
14
soc/arm/st_stm32/stm32h7/Kconfig.defconfig.stm32h725xx
Normal file
@ -0,0 +1,14 @@
|
||||
# ST STM32H725X MCU configuration options
|
||||
|
||||
# Copyright (c) 2021 Esco Medical ApS
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
if SOC_STM32H725XX
|
||||
|
||||
config SOC
|
||||
default "stm32h725xx"
|
||||
|
||||
config NUM_IRQS
|
||||
default 163
|
||||
|
||||
endif # SOC_STM32H725XX
|
||||
@ -14,6 +14,11 @@ config SOC_STM32H723XX
|
||||
select CPU_CORTEX_M7
|
||||
select CPU_HAS_FPU_DOUBLE_PRECISION
|
||||
|
||||
config SOC_STM32H725XX
|
||||
bool "STM32H725XX"
|
||||
select CPU_CORTEX_M7
|
||||
select CPU_HAS_FPU_DOUBLE_PRECISION
|
||||
|
||||
config SOC_STM32H735XX
|
||||
bool "STM32H735XX"
|
||||
select CPU_CORTEX_M7
|
||||
|
||||
Loading…
Reference in New Issue
Block a user