Browse Source
Converts the board to hwmv2 Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>pull/69687/head
19 changed files with 27 additions and 41 deletions
@ -1,15 +0,0 @@ |
|||||||
# Circuit Dojo nRF9160 Feather configuration |
|
||||||
|
|
||||||
# Copyright (c) 2018-2020 Nordic Semiconductor ASA |
|
||||||
# Copyright (c) 2020 Circuit Dojo LLC |
|
||||||
# SPDX-License-Identifier: Apache-2.0 |
|
||||||
|
|
||||||
if SOC_NRF9160_SICA |
|
||||||
|
|
||||||
config BOARD_CIRCUITDOJO_FEATHER_NRF9160 |
|
||||||
bool "Circuit Dojo nRF9160 Feather" |
|
||||||
|
|
||||||
config BOARD_CIRCUITDOJO_FEATHER_NRF9160_NS |
|
||||||
bool "Circuit Dojo nRF9160 Feather non-secure" |
|
||||||
|
|
||||||
endif # SOC_NRF9160_SICA |
|
@ -0,0 +1,7 @@ |
|||||||
|
board: |
||||||
|
name: circuitdojo_feather |
||||||
|
vendor: Circuit Dojo |
||||||
|
socs: |
||||||
|
- name: nrf9160 |
||||||
|
variants: |
||||||
|
- name: 'ns' |
@ -1,4 +1,4 @@ |
|||||||
identifier: circuitdojo_feather_nrf9160 |
identifier: circuitdojo_feather/nrf9160 |
||||||
name: CircuitDojo-Feather-nRF9160 |
name: CircuitDojo-Feather-nRF9160 |
||||||
type: mcu |
type: mcu |
||||||
arch: arm |
arch: arm |
@ -1,4 +1,4 @@ |
|||||||
identifier: circuitdojo_feather_nrf9160_ns |
identifier: circuitdojo_feather/nrf9160/ns |
||||||
name: CircuitDojo-Feather-nRF9160-Non-Secure |
name: CircuitDojo-Feather-nRF9160-Non-Secure |
||||||
type: mcu |
type: mcu |
||||||
arch: arm |
arch: arm |
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 21 KiB |
Before Width: | Height: | Size: 59 KiB After Width: | Height: | Size: 59 KiB |
Loading…
Reference in new issue