boards: gd32f407v_start: convert to HWMv2
Convert the board to HWMv2. Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
This commit is contained in:
committed by
Jamie McCrae
parent
6f592b64c9
commit
f0e0a973f6
@@ -1,6 +0,0 @@
|
||||
# Copyright (c) 2022, TOKITA Hiroshi <tokita.hiroshi@gmail.com>
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
config BOARD_GD32F407V_START
|
||||
bool "GigaDevice GD32F407V-START"
|
||||
depends on SOC_GD32F407
|
||||
@@ -1,9 +0,0 @@
|
||||
# Copyright (c) 2022, TOKITA Hiroshi <tokita.hiroshi@gmail.com>
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
if BOARD_GD32F407V_START
|
||||
|
||||
config BOARD
|
||||
default "gd32f407v_start"
|
||||
|
||||
endif # BOARD_GD32F407V_START
|
||||
5
boards/v2/gd/gd32f407v_start/Kconfig.gd32f407v_start
Normal file
5
boards/v2/gd/gd32f407v_start/Kconfig.gd32f407v_start
Normal file
@@ -0,0 +1,5 @@
|
||||
# Copyright (c) 2024 Nordic Semiconductor ASA
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
config BOARD_GD32F407V_START
|
||||
select SOC_GD32F407
|
||||
5
boards/v2/gd/gd32f407v_start/board.yml
Normal file
5
boards/v2/gd/gd32f407v_start/board.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
board:
|
||||
name: gd32f407v_start
|
||||
vendor: GigaDevice Semiconductor
|
||||
socs:
|
||||
- name: gd32f407
|
||||
|
Before Width: | Height: | Size: 42 KiB After Width: | Height: | Size: 42 KiB |
@@ -1,10 +1,6 @@
|
||||
# Copyright (c) 2022, TOKITA Hiroshi <tokita.hiroshi@gmail.com>
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
CONFIG_SOC_SERIES_GD32F4XX=y
|
||||
CONFIG_SOC_GD32F407=y
|
||||
CONFIG_BOARD_GD32F407V_START=y
|
||||
|
||||
CONFIG_ARM_MPU=y
|
||||
CONFIG_HW_STACK_PROTECTION=y
|
||||
|
||||
Reference in New Issue
Block a user