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:
Alexandre Duchesne 2022-06-25 08:11:32 +02:00 committed by Fabio Baltieri
commit 7109e7dc20
2 changed files with 18 additions and 0 deletions

View 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

View file

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