Browse Source
Converts the board to hwmv2 Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>pull/69687/head
13 changed files with 23 additions and 26 deletions
@ -1,14 +0,0 @@
@@ -1,14 +0,0 @@
|
||||
# u-blox EVK-ANNA-B1 board configuration |
||||
# |
||||
# Copyright (c) 2021 u-blox AG |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
if BOARD_UBX_EVKANNAB1_NRF52832 |
||||
|
||||
config BOARD |
||||
default "ubx_evkannab1_nrf52832" |
||||
|
||||
config BT_CTLR |
||||
default BT |
||||
|
||||
endif # BOARD_UBX_EVKANNAB1_NRF52832 |
@ -0,0 +1,7 @@
@@ -0,0 +1,7 @@
|
||||
# u-blox EVK-ANNA-B1 board configuration |
||||
# |
||||
# Copyright (c) 2021 u-blox AG |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
config BOARD_UBX_EVKANNAB1 |
||||
select SOC_NRF52832_QFAA |
@ -0,0 +1,5 @@
@@ -0,0 +1,5 @@
|
||||
board: |
||||
name: ubx_evkannab1 |
||||
vendor: U-blox |
||||
socs: |
||||
- name: nrf52832 |
Before Width: | Height: | Size: 46 KiB After Width: | Height: | Size: 46 KiB |
@ -1,4 +1,4 @@
@@ -1,4 +1,4 @@
|
||||
identifier: ubx_evkannab1_nrf52832 |
||||
identifier: ubx_evkannab1/nrf52832 |
||||
name: UBX-EVKANNAB1-NRF52832 |
||||
type: mcu |
||||
arch: arm |
Loading…
Reference in new issue