Browse Source
Converts the board to hwmv2 Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>pull/69687/head
14 changed files with 21 additions and 22 deletions
@ -1,11 +0,0 @@
@@ -1,11 +0,0 @@
|
||||
# BMD-330-EVAL board configuration |
||||
|
||||
# Copyright (c) 2021 u-blox AG |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
if BOARD_UBX_BMD330EVAL_NRF52810 |
||||
|
||||
config BOARD |
||||
default "ubx_bmd330eval_nrf52810" |
||||
|
||||
endif # BOARD_UBX_BMD330EVAL_NRF52810 |
@ -0,0 +1,9 @@
@@ -0,0 +1,9 @@
|
||||
# BMD-330-EVAL board configuration |
||||
|
||||
# Copyright (c) 2021 u-blox AG |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
config BOARD_UBX_BMD330EVAL |
||||
bool |
||||
default y |
||||
select SOC_NRF52810_QFAA |
@ -0,0 +1,5 @@
@@ -0,0 +1,5 @@
|
||||
board: |
||||
name: ubx_bmd330eval |
||||
vendor: U-blox |
||||
socs: |
||||
- name: nrf52810 |
Before Width: | Height: | Size: 58 KiB After Width: | Height: | Size: 58 KiB |
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 60 KiB |
@ -1,4 +1,4 @@
@@ -1,4 +1,4 @@
|
||||
identifier: ubx_bmd330eval_nrf52810 |
||||
identifier: ubx_bmd330eval/nrf52810 |
||||
name: UBX_BMD330EVAL_NRF52810 |
||||
type: mcu |
||||
arch: arm |
Loading…
Reference in new issue