soc: arm: stm32h7: add stm32h7a3xx support
Basic kconfig config. Signed-off-by: Manojkumar Subramaniam <manoj@electrolance.com>
This commit is contained in:
parent
ceaa303527
commit
a268d8b07e
2 changed files with 19 additions and 0 deletions
14
soc/arm/st_stm32/stm32h7/Kconfig.defconfig.stm32h7a3xx
Normal file
14
soc/arm/st_stm32/stm32h7/Kconfig.defconfig.stm32h7a3xx
Normal file
|
@ -0,0 +1,14 @@
|
|||
# ST STM32H7A3X MCU configuration options
|
||||
|
||||
# Copyright (c) 2021 Electrolance Solutions
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
if SOC_STM32H7A3XX
|
||||
|
||||
config SOC
|
||||
default "stm32h7a3xx"
|
||||
|
||||
config NUM_IRQS
|
||||
default 155
|
||||
|
||||
endif # SOC_STM32H7A3XX
|
|
@ -41,4 +41,9 @@ config SOC_STM32H753XX
|
|||
select CPU_CORTEX_M7
|
||||
select CPU_HAS_FPU_DOUBLE_PRECISION
|
||||
|
||||
config SOC_STM32H7A3XX
|
||||
bool "STM32H7A3XX"
|
||||
select CPU_CORTEX_M7
|
||||
select CPU_HAS_FPU_DOUBLE_PRECISION
|
||||
|
||||
endchoice
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue