boards: arm: nrf52_blenano2: 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
16e65f09c4
commit
439d836883
@@ -1,3 +1,5 @@
|
||||
board:
|
||||
name: arduino_nicla_sense_me
|
||||
vendor: Arduino
|
||||
socs:
|
||||
- name: nrf52832
|
||||
|
||||
@@ -5,9 +5,6 @@
|
||||
|
||||
if BOARD_NRF52_BLENANO2
|
||||
|
||||
config BOARD
|
||||
default "nrf52_blenano2"
|
||||
|
||||
config BT_CTLR
|
||||
default BT
|
||||
|
||||
@@ -4,5 +4,4 @@
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
config BOARD_NRF52_BLENANO2
|
||||
bool "nRF52 BLENANO2"
|
||||
depends on SOC_NRF52832_QFAA
|
||||
select SOC_NRF52832_QFAA
|
||||
3
boards/particle/nrf52_blenano2/board.yml
Normal file
3
boards/particle/nrf52_blenano2/board.yml
Normal file
@@ -0,0 +1,3 @@
|
||||
board:
|
||||
name: nrf52_blenano2
|
||||
vendor: Particle Industries
|
||||
|
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 23 KiB |
|
Before Width: | Height: | Size: 33 KiB After Width: | Height: | Size: 33 KiB |
@@ -1,9 +1,5 @@
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
CONFIG_SOC_SERIES_NRF52X=y
|
||||
CONFIG_SOC_NRF52832_QFAA=y
|
||||
CONFIG_BOARD_NRF52_BLENANO2=y
|
||||
|
||||
# Enable MPU
|
||||
CONFIG_ARM_MPU=y
|
||||
|
||||
Reference in New Issue
Block a user