34d5e2bca2
Only basic support has been added as some drivers require some fixes. I have successfully tested the following examples: - samples/hello_world - samples/basic/blinky - samples/basic/button Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
9 lines
222 B
Plaintext
9 lines
222 B
Plaintext
# STM32H743ZI Nucleo board configuration
|
|
|
|
# Copyright (c) 2020 Teslabs Engineering S.L.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config BOARD_NUCLEO_H743ZI
|
|
bool "Nucleo H743ZI Development Board"
|
|
depends on SOC_STM32H743XX
|