Browse Source

boards: arm: ebyte_e73_tbb_nrf52832: Convert to v2

Converts the board to hwmv2

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
pull/69687/head
Jamie McCrae 1 year ago committed by Carles Cufi
parent
commit
197a19f396
  1. 3
      boards/ebyte/ebyte_e73_tbb/Kconfig.defconfig
  2. 3
      boards/ebyte/ebyte_e73_tbb/Kconfig.ebyte_e73_tbb
  3. 0
      boards/ebyte/ebyte_e73_tbb/board.cmake
  4. 5
      boards/ebyte/ebyte_e73_tbb/board.yml
  5. 0
      boards/ebyte/ebyte_e73_tbb/doc/img/ebyte_e73_tbb_nrf52832.jpg
  6. 6
      boards/ebyte/ebyte_e73_tbb/doc/index.rst
  7. 0
      boards/ebyte/ebyte_e73_tbb/ebyte_e73_tbb_nrf52832-pinctrl.dtsi
  8. 0
      boards/ebyte/ebyte_e73_tbb/ebyte_e73_tbb_nrf52832.dts
  9. 2
      boards/ebyte/ebyte_e73_tbb/ebyte_e73_tbb_nrf52832.yaml
  10. 4
      boards/ebyte/ebyte_e73_tbb/ebyte_e73_tbb_nrf52832_defconfig

3
boards/boards_legacy/arm/ebyte_e73_tbb_nrf52832/Kconfig.defconfig → boards/ebyte/ebyte_e73_tbb/Kconfig.defconfig

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

3
boards/boards_legacy/arm/ebyte_e73_tbb_nrf52832/Kconfig.board → boards/ebyte/ebyte_e73_tbb/Kconfig.ebyte_e73_tbb

@ -4,5 +4,4 @@ @@ -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

0
boards/boards_legacy/arm/ebyte_e73_tbb_nrf52832/board.cmake → boards/ebyte/ebyte_e73_tbb/board.cmake

5
boards/ebyte/ebyte_e73_tbb/board.yml

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

0
boards/boards_legacy/arm/ebyte_e73_tbb_nrf52832/doc/img/ebyte_e73_tbb_nrf52832.jpg → boards/ebyte/ebyte_e73_tbb/doc/img/ebyte_e73_tbb_nrf52832.jpg

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 24 KiB

6
boards/boards_legacy/arm/ebyte_e73_tbb_nrf52832/doc/index.rst → boards/ebyte/ebyte_e73_tbb/doc/index.rst

@ -48,7 +48,7 @@ and solder NFC antenna using NFC_ANT connector. @@ -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 @@ -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: @@ -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
**********

0
boards/boards_legacy/arm/ebyte_e73_tbb_nrf52832/ebyte_e73_tbb_nrf52832-pinctrl.dtsi → boards/ebyte/ebyte_e73_tbb/ebyte_e73_tbb_nrf52832-pinctrl.dtsi

0
boards/boards_legacy/arm/ebyte_e73_tbb_nrf52832/ebyte_e73_tbb_nrf52832.dts → boards/ebyte/ebyte_e73_tbb/ebyte_e73_tbb_nrf52832.dts

2
boards/boards_legacy/arm/ebyte_e73_tbb_nrf52832/ebyte_e73_tbb_nrf52832.yaml → boards/ebyte/ebyte_e73_tbb/ebyte_e73_tbb_nrf52832.yaml

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

4
boards/boards_legacy/arm/ebyte_e73_tbb_nrf52832/ebyte_e73_tbb_nrf52832_defconfig → boards/ebyte/ebyte_e73_tbb/ebyte_e73_tbb_nrf52832_defconfig

@ -1,9 +1,5 @@ @@ -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
Loading…
Cancel
Save