boards: arm: ebyte_e73_tbb_nrf52832: Convert to v2

Converts the board to hwmv2

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
This commit is contained in:
Jamie McCrae
2024-02-02 11:38:09 +00:00
committed by Carles Cufi
parent 1616fc8ae5
commit 197a19f396
10 changed files with 10 additions and 13 deletions

View File

@@ -6,9 +6,6 @@
if BOARD_EBYTE_E73_TBB_NRF52832
config BOARD
default "ebyte_e73_tbb_nrf52832"
config BT_CTLR
default BT

View File

@@ -4,5 +4,4 @@
# SPDX-License-Identifier: Apache-2.0
config BOARD_EBYTE_E73_TBB_NRF52832
bool "EBYTE E73-TBB NRF52832"
depends on SOC_NRF52832_QFAA
select SOC_NRF52832_QFAA

View File

@@ -0,0 +1,5 @@
board:
name: ebyte_e73_tbb
vendor: Chengdu Ebyte Electronic Technology
socs:
- name: nrf52832

View File

@@ -48,7 +48,7 @@ and solder NFC antenna using NFC_ANT connector.
Supported Features
==================
The ebyte_e73_tbb_nrf52832 board configuration supports the following
The ebyte_e73_tbb/nrf52832 board configuration supports the following
hardware features:
+-----------+------------+----------------------+
@@ -188,7 +188,7 @@ to corresponding pins on your J-Link device, then build and flash the applicatio
.. zephyr-app-commands::
:zephyr-app: samples/basic/blinky
:board: ebyte_e73_tbb_nrf52832
:board: ebyte_e73_tbb/nrf52832
:goals: build flash
Debugging
@@ -211,7 +211,7 @@ the board are working properly with Zephyr:
You can build and flash the examples to make sure Zephyr is running correctly on
your board. The button and LED definitions can be found in
:zephyr_file:`boards/arm/ebyte_e73_tbb_nrf52832/ebyte_e73_tbb_nrf52832.dts`.
:zephyr_file:`boards/ebyte/ebyte_e73_tbb/ebyte_e73_tbb_nrf52832.dts`.
References
**********

View File

@@ -1,4 +1,4 @@
identifier: ebyte_e73_tbb_nrf52832
identifier: ebyte_e73_tbb/nrf52832
name: EBYTE-E73-TBB-NRF52832
type: mcu
arch: arm

View File

@@ -1,9 +1,5 @@
# SPDX-License-Identifier: Apache-2.0
CONFIG_SOC_SERIES_NRF52X=y
CONFIG_SOC_NRF52832_QFAA=y
CONFIG_BOARD_EBYTE_E73_TBB_NRF52832=y
# Enable MPU
CONFIG_ARM_MPU=y