Browse Source
Converts the board to hwmv2 Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>pull/69687/head
14 changed files with 7 additions and 17 deletions
@ -1,8 +1,5 @@
@@ -1,8 +1,5 @@
|
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
CONFIG_SOC_SERIES_NRF52X=y |
||||
CONFIG_SOC_NRF52832_QFAA=y |
||||
|
||||
# Enable MPU |
||||
CONFIG_ARM_MPU=y |
||||
|
@ -0,0 +1,3 @@
@@ -0,0 +1,3 @@
|
||||
board: |
||||
name: 96b_nitrogen |
||||
vendor: 96Boards |
Before Width: | Height: | Size: 31 KiB After Width: | Height: | Size: 31 KiB |
@ -1,8 +0,0 @@
@@ -1,8 +0,0 @@
|
||||
# 96Boards NITROGEN board configuration |
||||
|
||||
# Copyright (c) 2016 Linaro Limited. |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
if BOARD_96B_NITROGEN |
||||
|
||||
endif # BOARD_96B_NITROGEN |
Loading…
Reference in new issue