Add initial support for the GD32F470I evaluation board. Signed-off-by: Alexandre Duchesne <alexandre.duchesne@rtone.fr>
10 lines
162 B
Plaintext
10 lines
162 B
Plaintext
# Copyright (c) 2022, Rtone.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if BOARD_GD32F470I_EVAL
|
|
|
|
config BOARD
|
|
default "gd32f470i_eval"
|
|
|
|
endif # BOARD_GD32F470I_EVAL
|