Skip to content

Commit f9f2da2

Browse files
gmarullcarlescufi
authored andcommitted
boards: custom_plank: port to HWMv2
Port the custom_plank example out-of-tree board to HWMv2. Signed-off-by: Gerard Marull-Paretas <[email protected]>
1 parent 06b6bcf commit f9f2da2

File tree

10 files changed

+10
-15
lines changed

10 files changed

+10
-15
lines changed

boards/arm/custom_plank/Kconfig.defconfig

Lines changed: 0 additions & 9 deletions
This file was deleted.
File renamed without changes.

boards/arm/custom_plank/Kconfig.board renamed to boards/vendor/custom_plank/Kconfig.custom_plank

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,4 @@
22
# SPDX-License-Identifier: Apache-2.0
33

44
config BOARD_CUSTOM_PLANK
5-
bool "Custom Plank Board"
6-
depends on SOC_NRF52840_QIAA
5+
select SOC_NRF52840_QIAA
File renamed without changes.

boards/vendor/custom_plank/board.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Copyright (c) 2024 Nordic Semiconductor ASA
2+
# SPDX-License-Identifier: Apache-2.0
3+
4+
board:
5+
name: custom_plank
6+
vendor: vendor
7+
socs:
8+
- name: nrf52840

boards/arm/custom_plank/custom_plank.yaml renamed to boards/vendor/custom_plank/custom_plank.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
identifier: custom_plank
55
name: Custom-Plank
6+
vendor: vendor
67
type: mcu
78
arch: arm
89
ram: 256

boards/arm/custom_plank/custom_plank_defconfig renamed to boards/vendor/custom_plank/custom_plank_defconfig

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
# Copyright (c) 2021 Nordic Semiconductor ASA
22
# SPDX-License-Identifier: Apache-2.0
33

4-
CONFIG_SOC_SERIES_NRF52X=y
5-
CONFIG_SOC_NRF52840_QIAA=y
6-
CONFIG_BOARD_CUSTOM_PLANK=y
7-
84
CONFIG_ARM_MPU=y
95
CONFIG_HW_STACK_PROTECTION=y
106

0 commit comments

Comments
 (0)