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:
parent
259b30016b
commit
8bd8b99618
2 changed files with 17 additions and 0 deletions
14
soc/arm/st_stm32/stm32f7/Kconfig.defconfig.stm32f745xx
Normal file
14
soc/arm/st_stm32/stm32f7/Kconfig.defconfig.stm32f745xx
Normal 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
|
|
@ -10,6 +10,9 @@ choice
|
|||
config SOC_STM32F723XX
|
||||
bool "STM32F723XX"
|
||||
|
||||
config SOC_STM32F745XX
|
||||
bool "STM32F745XX"
|
||||
|
||||
config SOC_STM32F746XX
|
||||
bool "STM32F746XX"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue