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
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
CONFIG_SOC_SERIES_NRF52X=y
|
|
||||||
CONFIG_SOC_NRF52832_QFAA=y
|
|
||||||
|
|
||||||
# Enable MPU
|
# Enable MPU
|
||||||
CONFIG_ARM_MPU=y
|
CONFIG_ARM_MPU=y
|
||||||
|
|
||||||
@@ -4,5 +4,4 @@
|
|||||||
# SPDX-License-Identifier: Apache-2.0
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
config BOARD_96B_NITROGEN
|
config BOARD_96B_NITROGEN
|
||||||
bool "96Boards Nitrogen"
|
select SOC_NRF52832_QFAA
|
||||||
depends on SOC_NRF52832_QFAA
|
|
||||||
@@ -5,9 +5,6 @@
|
|||||||
|
|
||||||
if BOARD_96B_NITROGEN
|
if BOARD_96B_NITROGEN
|
||||||
|
|
||||||
config BOARD
|
|
||||||
default "96b_nitrogen"
|
|
||||||
|
|
||||||
config BT_CTLR
|
config BT_CTLR
|
||||||
default BT
|
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:
|
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
|
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:
|
board:
|
||||||
name: nrf52_blenano2
|
name: nrf52_blenano2
|
||||||
vendor: Particle Industries
|
vendor: Particle Industries
|
||||||
|
socs:
|
||||||
|
- name: nrf52832
|
||||||
|
|||||||
Reference in New Issue
Block a user