soc: arm: stm32h7: add stm32h7a3xx support

Basic kconfig config.

Signed-off-by: Manojkumar Subramaniam <manoj@electrolance.com>
This commit is contained in:
Manojkumar Subramaniam 2021-10-14 02:46:19 +08:00 committed by Anas Nashif
commit a268d8b07e
2 changed files with 19 additions and 0 deletions

View 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

View file

@ -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