soc: arm: added support for STM32F410XX

Add Kconfig for STM32F410XX

Signed-off-by: Hans Unzner <hansunzner@gmail.com>
This commit is contained in:
Hans Unzner 2021-01-06 11:26:52 +01:00 committed by Anas Nashif
parent c502b01d64
commit c99ae8d456
2 changed files with 17 additions and 0 deletions

View file

@ -0,0 +1,14 @@
# ST STM32F410XB MCU configuration options
# Copyright (c) 2020 Hans Unzner
# SPDX-License-Identifier: Apache-2.0
if SOC_STM32F410RX
config SOC
default "stm32f410rx"
config NUM_IRQS
default 97
endif # SOC_STM32F410RX

View file

@ -22,6 +22,9 @@ config SOC_STM32F407XE
config SOC_STM32F407XG
bool "STM32F407XG"
config SOC_STM32F410RX
bool "STM32F410RX"
config SOC_STM32F411XE
bool "STM32F411XE"