boards: gd32l233r_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 18:01:29 +01:00
committed by Jamie McCrae
parent 6e621ee43f
commit 1bfcf1d974
11 changed files with 10 additions and 19 deletions

View File

@@ -1,6 +0,0 @@
# Copyright (c) 2022 BrainCo Inc.
# SPDX-License-Identifier: Apache-2.0
config BOARD_GD32L233R_EVAL
bool "GigaDevice GD32L233R Evaluation Kit"
depends on SOC_GD32L233

View File

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

View File

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

View File

@@ -0,0 +1,5 @@
board:
name: gd32l233r_eval
vendor: GigaDevice Semiconductor
socs:
- name: gd32l233

View File

Before

Width:  |  Height:  |  Size: 76 KiB

After

Width:  |  Height:  |  Size: 76 KiB

View File

@@ -1,10 +1,6 @@
# Copyright (c) 2022 BrainCo Inc.
# SPDX-License-Identifier: Apache-2.0
CONFIG_SOC_SERIES_GD32L23X=y
CONFIG_SOC_GD32L233=y
CONFIG_BOARD_GD32L233R_EVAL=y
CONFIG_SERIAL=y
CONFIG_CONSOLE=y
CONFIG_UART_CONSOLE=y