mirror of
https://github.com/zephyrproject-rtos/zephyr.git
synced 2024-12-04 10:18:24 +08:00
dbc1d6370f
This patch adds the nucleo_g474re board based on the stm32g474 from STMicroelectronics. Signed-off-by: Francois Ramu <francois.ramu@st.com>
9 lines
217 B
Plaintext
9 lines
217 B
Plaintext
# STM32G474RE Nucleo board configuration
|
|
|
|
# Copyright (c) 2019 STMicroelectronics.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config BOARD_NUCLEO_G474RE
|
|
bool "Nucleo G474RE Development Board"
|
|
depends on SOC_STM32G474XX
|