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:
committed by
Carles Cufi
parent
1616fc8ae5
commit
197a19f396
@@ -6,9 +6,6 @@
|
|||||||
|
|
||||||
if BOARD_EBYTE_E73_TBB_NRF52832
|
if BOARD_EBYTE_E73_TBB_NRF52832
|
||||||
|
|
||||||
config BOARD
|
|
||||||
default "ebyte_e73_tbb_nrf52832"
|
|
||||||
|
|
||||||
config BT_CTLR
|
config BT_CTLR
|
||||||
default BT
|
default BT
|
||||||
|
|
||||||
@@ -4,5 +4,4 @@
|
|||||||
# SPDX-License-Identifier: Apache-2.0
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
config BOARD_EBYTE_E73_TBB_NRF52832
|
config BOARD_EBYTE_E73_TBB_NRF52832
|
||||||
bool "EBYTE E73-TBB NRF52832"
|
select SOC_NRF52832_QFAA
|
||||||
depends on SOC_NRF52832_QFAA
|
|
||||||
5
boards/ebyte/ebyte_e73_tbb/board.yml
Normal file
5
boards/ebyte/ebyte_e73_tbb/board.yml
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
board:
|
||||||
|
name: ebyte_e73_tbb
|
||||||
|
vendor: Chengdu Ebyte Electronic Technology
|
||||||
|
socs:
|
||||||
|
- name: nrf52832
|
||||||
|
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 24 KiB |
@@ -48,7 +48,7 @@ and solder NFC antenna using NFC_ANT connector.
|
|||||||
Supported Features
|
Supported Features
|
||||||
==================
|
==================
|
||||||
|
|
||||||
The ebyte_e73_tbb_nrf52832 board configuration supports the following
|
The ebyte_e73_tbb/nrf52832 board configuration supports the following
|
||||||
hardware features:
|
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-commands::
|
||||||
:zephyr-app: samples/basic/blinky
|
:zephyr-app: samples/basic/blinky
|
||||||
:board: ebyte_e73_tbb_nrf52832
|
:board: ebyte_e73_tbb/nrf52832
|
||||||
:goals: build flash
|
:goals: build flash
|
||||||
|
|
||||||
Debugging
|
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
|
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
|
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
|
References
|
||||||
**********
|
**********
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
identifier: ebyte_e73_tbb_nrf52832
|
identifier: ebyte_e73_tbb/nrf52832
|
||||||
name: EBYTE-E73-TBB-NRF52832
|
name: EBYTE-E73-TBB-NRF52832
|
||||||
type: mcu
|
type: mcu
|
||||||
arch: arm
|
arch: arm
|
||||||
@@ -1,9 +1,5 @@
|
|||||||
# SPDX-License-Identifier: Apache-2.0
|
# 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
|
# Enable MPU
|
||||||
CONFIG_ARM_MPU=y
|
CONFIG_ARM_MPU=y
|
||||||
|
|
||||||
Reference in New Issue
Block a user