boards: arm: nrf52_sparkfun: 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
a6289516e4
commit
5622077738
@@ -1,3 +1,5 @@
|
||||
board:
|
||||
name: 96b_nitrogen
|
||||
vendor: 96Boards
|
||||
socs:
|
||||
- name: nrf52832
|
||||
|
||||
@@ -6,9 +6,6 @@
|
||||
|
||||
if BOARD_NRF52_SPARKFUN
|
||||
|
||||
config BOARD
|
||||
default "nrf52_sparkfun"
|
||||
|
||||
config BT_CTLR
|
||||
default BT
|
||||
|
||||
@@ -5,5 +5,4 @@
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
config BOARD_NRF52_SPARKFUN
|
||||
bool "nRF52 SPARKFUN"
|
||||
depends on SOC_NRF52832_QFAA
|
||||
select SOC_NRF52832_QFAA
|
||||
3
boards/sparkfun/nrf52_sparkfun/board.yml
Normal file
3
boards/sparkfun/nrf52_sparkfun/board.yml
Normal file
@@ -0,0 +1,3 @@
|
||||
board:
|
||||
name: nrf52_sparkfun
|
||||
vendor: SparkFun Electronics
|
||||
@@ -1,9 +1,5 @@
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
CONFIG_SOC_SERIES_NRF52X=y
|
||||
CONFIG_SOC_NRF52832_QFAA=y
|
||||
CONFIG_BOARD_NRF52_SPARKFUN=y
|
||||
|
||||
# Enable MPU
|
||||
CONFIG_ARM_MPU=y
|
||||
|
||||
Reference in New Issue
Block a user