Browse Source

boards: gd32vf103v_eval: port to HWMv2

Port the board to HWMv2.

Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
pull/69687/head
Gerard Marull-Paretas 1 year ago committed by Carles Cufi
parent
commit
9cf624c410
  1. 9
      boards/boards_legacy/riscv/gd32vf103v_eval/Kconfig.defconfig
  2. 3
      boards/gd/gd32vf103v_eval/Kconfig.gd32vf103v_eval
  3. 0
      boards/gd/gd32vf103v_eval/board.cmake
  4. 5
      boards/gd/gd32vf103v_eval/board.yml
  5. 0
      boards/gd/gd32vf103v_eval/doc/img/gd32vf103v_eval.jpg
  6. 0
      boards/gd/gd32vf103v_eval/doc/index.rst
  7. 0
      boards/gd/gd32vf103v_eval/gd32vf103v_eval-pinctrl.dtsi
  8. 0
      boards/gd/gd32vf103v_eval/gd32vf103v_eval.dts
  9. 0
      boards/gd/gd32vf103v_eval/gd32vf103v_eval.yaml
  10. 4
      boards/gd/gd32vf103v_eval/gd32vf103v_eval_defconfig
  11. 0
      boards/gd/gd32vf103v_eval/support/openocd.cfg

9
boards/boards_legacy/riscv/gd32vf103v_eval/Kconfig.defconfig

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

3
boards/boards_legacy/riscv/gd32vf103v_eval/Kconfig.board → boards/gd/gd32vf103v_eval/Kconfig.gd32vf103v_eval

@ -2,5 +2,4 @@ @@ -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

0
boards/boards_legacy/riscv/gd32vf103v_eval/board.cmake → boards/gd/gd32vf103v_eval/board.cmake

5
boards/gd/gd32vf103v_eval/board.yml

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

0
boards/boards_legacy/riscv/gd32vf103v_eval/doc/img/gd32vf103v_eval.jpg → boards/gd/gd32vf103v_eval/doc/img/gd32vf103v_eval.jpg

Before

Width:  |  Height:  |  Size: 131 KiB

After

Width:  |  Height:  |  Size: 131 KiB

0
boards/boards_legacy/riscv/gd32vf103v_eval/doc/index.rst → boards/gd/gd32vf103v_eval/doc/index.rst

0
boards/boards_legacy/riscv/gd32vf103v_eval/gd32vf103v_eval-pinctrl.dtsi → boards/gd/gd32vf103v_eval/gd32vf103v_eval-pinctrl.dtsi

0
boards/boards_legacy/riscv/gd32vf103v_eval/gd32vf103v_eval.dts → boards/gd/gd32vf103v_eval/gd32vf103v_eval.dts

0
boards/boards_legacy/riscv/gd32vf103v_eval/gd32vf103v_eval.yaml → boards/gd/gd32vf103v_eval/gd32vf103v_eval.yaml

4
boards/boards_legacy/riscv/gd32vf103v_eval/gd32vf103v_eval_defconfig → boards/gd/gd32vf103v_eval/gd32vf103v_eval_defconfig

@ -1,10 +1,6 @@ @@ -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

0
boards/boards_legacy/riscv/gd32vf103v_eval/support/openocd.cfg → boards/gd/gd32vf103v_eval/support/openocd.cfg

Loading…
Cancel
Save