boards: arm: 96b_nitrogen: Convert to v2
Converts the board to hwmv2 Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
This commit is contained in:
committed by
Carles Cufi
parent
439d836883
commit
a6289516e4
@@ -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
|
||||
|
||||
@@ -4,5 +4,4 @@
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
config BOARD_96B_NITROGEN
|
||||
bool "96Boards Nitrogen"
|
||||
depends on SOC_NRF52832_QFAA
|
||||
select SOC_NRF52832_QFAA
|
||||
@@ -5,9 +5,6 @@
|
||||
|
||||
if BOARD_96B_NITROGEN
|
||||
|
||||
config BOARD
|
||||
default "96b_nitrogen"
|
||||
|
||||
config BT_CTLR
|
||||
default BT
|
||||
|
||||
3
boards/96boards/96b_nitrogen/board.yml
Normal file
3
boards/96boards/96b_nitrogen/board.yml
Normal file
@@ -0,0 +1,3 @@
|
||||
board:
|
||||
name: 96b_nitrogen
|
||||
vendor: 96Boards
|
||||
|
Before Width: | Height: | Size: 31 KiB After Width: | Height: | Size: 31 KiB |
@@ -77,7 +77,7 @@ board hardware features.
|
||||
|
||||
The default configuration can be found in the defconfig file:
|
||||
|
||||
``boards/arm/96b_nitrogen/96b_nitrogen_defconfig``
|
||||
``boards/96boards/96b_nitrogen/96b_nitrogen_defconfig``
|
||||
|
||||
Pin Mapping
|
||||
===========
|
||||
@@ -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
|
||||
@@ -1,3 +1,5 @@
|
||||
board:
|
||||
name: nrf52_blenano2
|
||||
vendor: Particle Industries
|
||||
socs:
|
||||
- name: nrf52832
|
||||
|
||||
Reference in New Issue
Block a user