boards: arm: nrf52840_blip: 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
600c55c92a
commit
f02b56cb96
@@ -5,9 +5,6 @@
|
||||
|
||||
if BOARD_NRF52840_BLIP
|
||||
|
||||
config BOARD
|
||||
default "nrf52840_blip"
|
||||
|
||||
config BT_CTLR
|
||||
default BT
|
||||
|
||||
@@ -4,5 +4,6 @@
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
config BOARD_NRF52840_BLIP
|
||||
bool "Electronut Labs Blip"
|
||||
depends on SOC_NRF52840_QIAA
|
||||
bool
|
||||
default y
|
||||
select SOC_NRF52840_QIAA
|
||||
5
boards/electronut_labs/nrf52840_blip/board.yml
Normal file
5
boards/electronut_labs/nrf52840_blip/board.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
board:
|
||||
name: nrf52840_blip
|
||||
vendor: Electronut Labs
|
||||
socs:
|
||||
- name: nrf52840
|
||||
|
Before Width: | Height: | Size: 50 KiB After Width: | Height: | Size: 50 KiB |
@@ -180,7 +180,7 @@ the board are working properly with Zephyr:
|
||||
|
||||
You can build and flash the examples to make sure Zephyr is running correctly on
|
||||
your board. The button and LED definitions can be found in
|
||||
:zephyr_file:`boards/arm/nrf52840_blip/nrf52840_blip.dts`.
|
||||
:zephyr_file:`boards/electronut_labs/nrf52840_blip/nrf52840_blip.dts`.
|
||||
|
||||
|
||||
References
|
||||
@@ -1,9 +1,5 @@
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
CONFIG_SOC_SERIES_NRF52X=y
|
||||
CONFIG_SOC_NRF52840_QIAA=y
|
||||
CONFIG_BOARD_NRF52840_BLIP=y
|
||||
|
||||
# Enable MPU
|
||||
CONFIG_ARM_MPU=y
|
||||
|
||||
Reference in New Issue
Block a user