boards: arm: nrf51_vbluno51: Convert to v2
Converts the board to hwmv2 Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
@@ -5,9 +5,6 @@
|
|||||||
|
|
||||||
if BOARD_NRF51_VBLUNO51
|
if BOARD_NRF51_VBLUNO51
|
||||||
|
|
||||||
config BOARD
|
|
||||||
default "nrf51_vbluno51"
|
|
||||||
|
|
||||||
config BT_CTLR
|
config BT_CTLR
|
||||||
default BT
|
default BT
|
||||||
|
|
||||||
@@ -4,5 +4,4 @@
|
|||||||
# SPDX-License-Identifier: Apache-2.0
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
config BOARD_NRF51_VBLUNO51
|
config BOARD_NRF51_VBLUNO51
|
||||||
bool "nRF51 VBLUno51 BLE"
|
select SOC_NRF51822_QFAC
|
||||||
depends on SOC_NRF51822_QFAC
|
|
||||||
3
boards/vng/nrf51_vbluno51/board.yml
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
board:
|
||||||
|
name: nrf51_vbluno51
|
||||||
|
vendor: VNG Corporation
|
||||||
|
Before Width: | Height: | Size: 71 KiB After Width: | Height: | Size: 71 KiB |
|
Before Width: | Height: | Size: 35 KiB After Width: | Height: | Size: 35 KiB |
|
Before Width: | Height: | Size: 47 KiB After Width: | Height: | Size: 47 KiB |
|
Before Width: | Height: | Size: 110 KiB After Width: | Height: | Size: 110 KiB |
@@ -1,9 +1,5 @@
|
|||||||
# SPDX-License-Identifier: Apache-2.0
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
CONFIG_SOC_SERIES_NRF51X=y
|
|
||||||
CONFIG_SOC_NRF51822_QFAC=y
|
|
||||||
CONFIG_BOARD_NRF51_VBLUNO51=y
|
|
||||||
|
|
||||||
# enable GPIO
|
# enable GPIO
|
||||||
CONFIG_GPIO=y
|
CONFIG_GPIO=y
|
||||||
|
|
||||||
@@ -1,3 +1,5 @@
|
|||||||
board:
|
board:
|
||||||
name: nrf51_ble400
|
name: nrf51_ble400
|
||||||
vendor: Waveshare
|
vendor: Waveshare
|
||||||
|
socs:
|
||||||
|
- name: nrf51822
|
||||||
|
|||||||