Browse Source
Converts the board to hwmv2 Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>pull/69687/head
13 changed files with 9 additions and 20 deletions
@ -1,14 +0,0 @@
@@ -1,14 +0,0 @@
|
||||
# nRF52 VBLUno52 board configuration |
||||
|
||||
# Copyright (c) 2017 VNG IoT Lab |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
if BOARD_NRF52_VBLUNO52 |
||||
|
||||
config BOARD |
||||
default "nrf52_vbluno52" |
||||
|
||||
config BT_CTLR |
||||
default BT |
||||
|
||||
endif # BOARD_NRF52_VBLUNO52 |
@ -1,3 +1,5 @@
@@ -1,3 +1,5 @@
|
||||
board: |
||||
name: nrf52_sparkfun |
||||
vendor: SparkFun Electronics |
||||
socs: |
||||
- name: nrf52832 |
||||
|
@ -0,0 +1,3 @@
@@ -0,0 +1,3 @@
|
||||
board: |
||||
name: nrf52_vbluno52 |
||||
vendor: VNG Corporation |
Before Width: | Height: | Size: 108 KiB After Width: | Height: | Size: 108 KiB |
@ -1,9 +1,5 @@
@@ -1,9 +1,5 @@
|
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
CONFIG_SOC_SERIES_NRF52X=y |
||||
CONFIG_SOC_NRF52832_QFAA=y |
||||
CONFIG_BOARD_NRF52_VBLUNO52=y |
||||
|
||||
# Enable MPU |
||||
CONFIG_ARM_MPU=y |
||||
|
Loading…
Reference in new issue