mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-18 07:05:22 +00:00
Added dts additions for stm32 nucleo f767zi board, also added and modified soc addtions for thet board. Updated dts reference file name. Updated yaml to take out adc for now. Signed-off-by: Roland Ma <rolandma@yahoo.com>
28 lines
490 B
Plaintext
28 lines
490 B
Plaintext
# ST Microelectronics STM32F7 MCU line
|
|
|
|
# Copyright (c) 2018 Yurii Hamann
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
choice
|
|
prompt "STM32F7x MCU Selection"
|
|
depends on SOC_SERIES_STM32F7X
|
|
|
|
config SOC_STM32F723XX
|
|
bool "STM32F723XX"
|
|
|
|
config SOC_STM32F746XX
|
|
bool "STM32F746XX"
|
|
|
|
config SOC_STM32F756XX
|
|
bool "STM32F756XX"
|
|
|
|
config SOC_STM32F767XX
|
|
bool "STM32F767XX"
|
|
select CPU_HAS_FPU_DOUBLE_PRECISION
|
|
|
|
config SOC_STM32F769XX
|
|
bool "STM32F769XX"
|
|
select CPU_HAS_FPU_DOUBLE_PRECISION
|
|
|
|
endchoice
|