soc: st_stm32f7: Add stm32f750xx SoC
add initial support for STM32F750xx SoC Signed-off-by: Alexandre Duchesne <alexandre.duchesne@rtone.fr>
This commit is contained in:
parent
3ccf5d03ff
commit
7109e7dc20
2 changed files with 18 additions and 0 deletions
14
soc/arm/st_stm32/stm32f7/Kconfig.defconfig.stm32f750xx
Normal file
14
soc/arm/st_stm32/stm32f7/Kconfig.defconfig.stm32f750xx
Normal file
|
@ -0,0 +1,14 @@
|
|||
# ST STM32F750XX MCU configuration options
|
||||
|
||||
# Copyright (c) 2022, Rtone.
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
if SOC_STM32F750XX
|
||||
|
||||
config SOC
|
||||
default "stm32f750xx"
|
||||
|
||||
config NUM_IRQS
|
||||
default 98
|
||||
|
||||
endif # SOC_STM32F750XX
|
|
@ -1,6 +1,7 @@
|
|||
# ST Microelectronics STM32F7 MCU line
|
||||
|
||||
# Copyright (c) 2018 Yurii Hamann
|
||||
# Copyright (c) 2022, Rtone.
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
choice
|
||||
|
@ -19,6 +20,9 @@ config SOC_STM32F746XX
|
|||
config SOC_STM32F756XX
|
||||
bool "STM32F756XX"
|
||||
|
||||
config SOC_STM32F750XX
|
||||
bool "STM32F750XX"
|
||||
|
||||
config SOC_STM32F767XX
|
||||
bool "STM32F767XX"
|
||||
select CPU_HAS_FPU_DOUBLE_PRECISION
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue