boards: gd32e103v_eval: convert to HWMv2

Convert the board to HWMv2.

Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
This commit is contained in:
Gerard Marull-Paretas
2024-01-02 17:48:04 +01:00
committed by Jamie McCrae
parent a5f8e5daa1
commit a6d8b92e86
12 changed files with 10 additions and 19 deletions

View File

@@ -1,6 +0,0 @@
# Copyright (c) 2021, YuLong Yao <feilongphone@gmail.com>
# SPDX-License-Identifier: Apache-2.0
config BOARD_GD32E103V_EVAL
bool "GigaDevice GD32E103V Evaluation Kit"
depends on SOC_GD32E103

View File

@@ -1,9 +0,0 @@
# 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

View File

@@ -0,0 +1,5 @@
# Copyright (c) 2024 Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0
config BOARD_GD32E103V_EVAL
select SOC_GD32E103

View File

@@ -0,0 +1,5 @@
board:
name: gd32e103v_eval
vendor: GigaDevice Semiconductor
socs:
- name: gd32e103

View File

Before

Width:  |  Height:  |  Size: 64 KiB

After

Width:  |  Height:  |  Size: 64 KiB

View File

@@ -1,10 +1,6 @@
# Copyright (c) 2021, YuLong Yao <feilongphone@gmail.com> # Copyright (c) 2021, YuLong Yao <feilongphone@gmail.com>
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
CONFIG_SOC_SERIES_GD32E10X=y
CONFIG_SOC_GD32E103=y
CONFIG_BOARD_GD32E103V_EVAL=y
CONFIG_GD32_HXTAL_8MHZ=y CONFIG_GD32_HXTAL_8MHZ=y
CONFIG_CONSOLE=y CONFIG_CONSOLE=y