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 @@
@@ -1,3 +1,5 @@
|
||||
board: |
||||
name: degu_evk |
||||
vendor: Atmark Techno |
||||
socs: |
||||
- name: nrf52840 |
||||
|
@ -1,6 +1,6 @@
@@ -1,6 +1,6 @@
|
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
set (OPENOCD_NRF5_SUBFAMILY "nrf52") |
||||
set(OPENOCD_NRF5_SUBFAMILY "nrf52") |
||||
board_runner_args(jlink "--device=nRF52840_xxAA" "--speed=4000") |
||||
board_runner_args(pyocd "--target=nrf52840" "--frequency=4000000") |
||||
include(${ZEPHYR_BASE}/boards/common/nrfjprog.board.cmake) |
@ -0,0 +1,3 @@
@@ -0,0 +1,3 @@
|
||||
board: |
||||
name: contextualelectronics_abc |
||||
vendor: Contextual Electronics |
@ -1,9 +1,5 @@
@@ -1,9 +1,5 @@
|
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
CONFIG_SOC_SERIES_NRF52X=y |
||||
CONFIG_SOC_NRF52840_QIAA=y |
||||
CONFIG_BOARD_CONTEXTELEC_ABC=y |
||||
|
||||
# Enable MPU |
||||
CONFIG_ARM_MPU=y |
||||
|
Before Width: | Height: | Size: 81 KiB After Width: | Height: | Size: 81 KiB |
Loading…
Reference in new issue