Browse Source
Converts the board to hwmv2 Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>pull/69687/head
12 changed files with 9 additions and 10 deletions
@ -0,0 +1,5 @@ |
|||||||
|
board: |
||||||
|
name: nrf52840_blip |
||||||
|
vendor: Electronut Labs |
||||||
|
socs: |
||||||
|
- name: nrf52840 |
Before Width: | Height: | Size: 50 KiB After Width: | Height: | Size: 50 KiB |
@ -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_NRF52840_BLIP=y |
|
||||||
|
|
||||||
# Enable MPU |
# Enable MPU |
||||||
CONFIG_ARM_MPU=y |
CONFIG_ARM_MPU=y |
||||||
|
|
Loading…
Reference in new issue