boards: gd32f350r_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:50:50 +01:00
committed by Jamie McCrae
parent fdc7ed6eb0
commit 4bcb4b2ac8
12 changed files with 10 additions and 20 deletions

View File

@@ -1,6 +0,0 @@
# Copyright (c) 2021 BrainCo Inc.
# SPDX-License-Identifier: Apache-2.0
config BOARD_GD32F350R_EVAL
bool "GigaDevice GD32F350R Evaluation Kit"
depends on SOC_GD32F350

View File

@@ -1,9 +0,0 @@
# Copyright (c) 2021 BrainCo Inc.
# SPDX-License-Identifier: Apache-2.0
if BOARD_GD32F350R_EVAL
config BOARD
default "gd32f350r_eval"
endif # BOARD_GD32F350R_EVAL

View File

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

View File

@@ -0,0 +1,5 @@
board:
name: gd32f350r_eval
vendor: GigaDevice Semiconductor
socs:
- name: gd32f350

View File

Before

Width:  |  Height:  |  Size: 75 KiB

After

Width:  |  Height:  |  Size: 75 KiB

View File

@@ -1,11 +1,6 @@
# Copyright (c) 2021 BrainCo Inc. # Copyright (c) 2021 BrainCo Inc.
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
CONFIG_SOC_SERIES_GD32F3X0=y
CONFIG_SOC_GD32F350=y
CONFIG_BOARD_GD32F350R_EVAL=y
CONFIG_CONSOLE=y CONFIG_CONSOLE=y
CONFIG_UART_CONSOLE=y CONFIG_UART_CONSOLE=y
CONFIG_SERIAL=y CONFIG_SERIAL=y