boards: arm: nrf51_blenano: 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
be52dfb7b6
commit
0ffbc1da33
@@ -5,9 +5,6 @@
|
||||
|
||||
if BOARD_NRF51_BLENANO
|
||||
|
||||
config BOARD
|
||||
default "nrf51_blenano"
|
||||
|
||||
config BT_CTLR
|
||||
default BT
|
||||
|
||||
@@ -4,5 +4,4 @@
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
config BOARD_NRF51_BLENANO
|
||||
bool "nRF51 BLENANO"
|
||||
depends on SOC_NRF51822_QFAA
|
||||
select SOC_NRF51822_QFAA
|
||||
3
boards/particle/nrf51_blenano/board.yml
Normal file
3
boards/particle/nrf51_blenano/board.yml
Normal file
@@ -0,0 +1,3 @@
|
||||
board:
|
||||
name: nrf51_blenano
|
||||
vendor: Particle Industries
|
||||
|
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 21 KiB |
|
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 25 KiB |
@@ -1,9 +1,5 @@
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
CONFIG_SOC_SERIES_NRF51X=y
|
||||
CONFIG_SOC_NRF51822_QFAA=y
|
||||
CONFIG_BOARD_NRF51_BLENANO=y
|
||||
|
||||
# enable GPIO
|
||||
CONFIG_GPIO=y
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
board:
|
||||
name: nrf51_vbluno51
|
||||
vendor: VNG Corporation
|
||||
socs:
|
||||
- name: nrf51822
|
||||
|
||||
Reference in New Issue
Block a user