boards: gd32vf103v_eval: port to HWMv2

Port the board to HWMv2.

Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
This commit is contained in:
Gerard Marull-Paretas
2024-02-16 09:37:59 +01:00
committed by Carles Cufi
parent b40bf25e5e
commit 9cf624c410
11 changed files with 6 additions and 15 deletions

View File

@@ -1,9 +0,0 @@
# Copyright (c) 2021 Teslabs Engineering S.L.
# SPDX-License-Identifier: Apache-2.0
if BOARD_GD32VF103V_EVAL
config BOARD
default "gd32vf103v_eval"
endif # BOARD_GD32VF103V_EVAL

View File

@@ -2,5 +2,4 @@
# SPDX-License-Identifier: Apache-2.0
config BOARD_GD32VF103V_EVAL
bool "GigaDevice GD32VF103V-EVAL"
depends on SOC_GD32VF103
select SOC_GD32VF103

View File

@@ -0,0 +1,5 @@
board:
name: gd32vf103v_eval
vendor: GigaDevice Semiconductor
socs:
- name: gd32vf103

View File

Before

Width:  |  Height:  |  Size: 131 KiB

After

Width:  |  Height:  |  Size: 131 KiB

View File

@@ -1,10 +1,6 @@
# Copyright (c) 2021, Teslabs Engineering S.L.
# SPDX-License-Identifier: Apache-2.0
CONFIG_SOC_SERIES_GD32VF103=y
CONFIG_SOC_GD32VF103=y
CONFIG_BOARD_GD32VF103V_EVAL=y
CONFIG_GD32_HXTAL_8MHZ=y
CONFIG_GPIO=y