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:
committed by
Carles Cufi
parent
b40bf25e5e
commit
9cf624c410
@@ -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
|
||||
@@ -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
|
||||
5
boards/gd/gd32vf103v_eval/board.yml
Normal file
5
boards/gd/gd32vf103v_eval/board.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
board:
|
||||
name: gd32vf103v_eval
|
||||
vendor: GigaDevice Semiconductor
|
||||
socs:
|
||||
- name: gd32vf103
|
||||
|
Before Width: | Height: | Size: 131 KiB After Width: | Height: | Size: 131 KiB |
@@ -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
|
||||
Reference in New Issue
Block a user