Browse Source
Converts the board to hwmv2 Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>pull/69687/head
13 changed files with 11 additions and 14 deletions
@ -1,3 +1,5 @@ |
|||||||
board: |
board: |
||||||
name: degu_evk |
name: degu_evk |
||||||
vendor: Atmark Techno |
vendor: Atmark Techno |
||||||
|
socs: |
||||||
|
- name: nrf52840 |
||||||
|
@ -0,0 +1,3 @@ |
|||||||
|
board: |
||||||
|
name: contextualelectronics_abc |
||||||
|
vendor: Contextual Electronics |
@ -1,9 +1,5 @@ |
|||||||
# SPDX-License-Identifier: Apache-2.0 |
# SPDX-License-Identifier: Apache-2.0 |
||||||
|
|
||||||
CONFIG_SOC_SERIES_NRF52X=y |
|
||||||
CONFIG_SOC_NRF52840_QIAA=y |
|
||||||
CONFIG_BOARD_CONTEXTELEC_ABC=y |
|
||||||
|
|
||||||
# Enable MPU |
# Enable MPU |
||||||
CONFIG_ARM_MPU=y |
CONFIG_ARM_MPU=y |
||||||
|
|
Before Width: | Height: | Size: 81 KiB After Width: | Height: | Size: 81 KiB |
Loading…
Reference in new issue