soc: stm32: Add support for stm32f745xx

Add support for STM32F745XX SoC series.

Signed-off-by: Kwon Tae-young <tykwon@m2i.co.kr>
This commit is contained in:
Kwon Tae-young 2020-05-20 09:49:37 +09:00 committed by Carles Cufí
commit 8bd8b99618
2 changed files with 17 additions and 0 deletions

View file

@ -0,0 +1,14 @@
# ST STM32F745XX MCU configuration options
# Copyright (c) 2020 Kwon Tae-young <tykwon@m2i.co.kr>
# SPDX-License-Identifier: Apache-2.0
if SOC_STM32F745XX
config SOC
default "stm32f745xx"
config NUM_IRQS
default 98
endif # SOC_STM32F745XX

View file

@ -10,6 +10,9 @@ choice
config SOC_STM32F723XX
bool "STM32F723XX"
config SOC_STM32F745XX
bool "STM32F745XX"
config SOC_STM32F746XX
bool "STM32F746XX"