Browse Source
Converts the board to hwmv2 Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>pull/69687/head
10 changed files with 10 additions and 13 deletions
@ -0,0 +1,5 @@
@@ -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 |
@ -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 |
@ -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…
Reference in new issue