Browse Source
Converts the board to hwmv2 Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>pull/69687/head
11 changed files with 11 additions and 14 deletions
@ -0,0 +1,5 @@
@@ -0,0 +1,5 @@
|
||||
board: |
||||
name: nrf51dongle |
||||
vendor: Nordic Semiconductor |
||||
socs: |
||||
- name: nrf51422 |
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 20 KiB |
@ -1,4 +1,4 @@
@@ -1,4 +1,4 @@
|
||||
identifier: nrf51dongle_nrf51422 |
||||
identifier: nrf51dongle/nrf51422 |
||||
name: nRF51-Dongle-nRF51422 |
||||
type: mcu |
||||
arch: arm |
@ -1,9 +1,5 @@
@@ -1,9 +1,5 @@
|
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
CONFIG_SOC_SERIES_NRF51X=y |
||||
CONFIG_SOC_NRF51822_QFAC=y |
||||
CONFIG_BOARD_NRF51DONGLE_NRF51422=y |
||||
|
||||
# enable GPIO |
||||
CONFIG_GPIO=y |
||||
|
Loading…
Reference in new issue