boards: arm: rm1xx_dvk: 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
9e12c3d8bd
commit
1952d559f2
@@ -5,9 +5,6 @@
|
|||||||
|
|
||||||
if BOARD_RM1XX_DVK
|
if BOARD_RM1XX_DVK
|
||||||
|
|
||||||
config BOARD
|
|
||||||
default "rm1xx_dvk"
|
|
||||||
|
|
||||||
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_RM1XX_DVK
|
config BOARD_RM1XX_DVK
|
||||||
bool "RM1XX_DVK"
|
select SOC_NRF51822_QFAC
|
||||||
depends on SOC_NRF51822_QFAC
|
|
||||||
3
boards/laird_connect/rm1xx_dvk/board.yml
Normal file
3
boards/laird_connect/rm1xx_dvk/board.yml
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
board:
|
||||||
|
name: rm1xx_dvk
|
||||||
|
vendor: Laird Connectivity
|
||||||
|
Before Width: | Height: | Size: 45 KiB After Width: | Height: | Size: 45 KiB |
|
Before Width: | Height: | Size: 7.2 KiB After Width: | Height: | Size: 7.2 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_RM1XX_DVK=y
|
|
||||||
|
|
||||||
# enable GPIO
|
# enable GPIO
|
||||||
CONFIG_GPIO=y
|
CONFIG_GPIO=y
|
||||||
|
|
||||||
@@ -1,3 +1,5 @@
|
|||||||
board:
|
board:
|
||||||
name: nrf51_blenano
|
name: nrf51_blenano
|
||||||
vendor: Particle Industries
|
vendor: Particle Industries
|
||||||
|
socs:
|
||||||
|
- name: nrf51822
|
||||||
|
|||||||
Reference in New Issue
Block a user