Add gigadevice gd32e103v_eval board initial version. Signed-off-by: YuLong Yao <feilongphone@gmail.com>
10 lines
192 B
Plaintext
10 lines
192 B
Plaintext
# Copyright (c) 2021 YuLong Yao <feilongphone@gmail.com>
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if BOARD_GD32E103V_EVAL
|
|
|
|
config BOARD
|
|
default "gd32e103v_eval"
|
|
|
|
endif # BOARD_GD32E103V_EVAL
|