25 lines
773 B
YAML
25 lines
773 B
YAML
common:
|
|
harness: net
|
|
tags: net
|
|
depends_on: netif
|
|
min_flash: 140
|
|
sample:
|
|
description: Runs the OpenThread stack as NCP BR
|
|
name: OpenThread Network Co-Processor
|
|
tests:
|
|
sample.net.openthread.coprocessor:
|
|
build_only: true
|
|
platform_allow: nrf52840dk_nrf52840 nrf52833dk_nrf52833 tlsr9518adk80d
|
|
tags: ci_build
|
|
sample.net.openthread.coprocessor.usb:
|
|
build_only: true
|
|
platform_allow: nrf52840dk_nrf52840 nrf52833dk_nrf52833
|
|
tags: ci_build
|
|
extra_args: OVERLAY_CONFIG=overlay-usb-nrf-br.conf
|
|
DTC_OVERLAY_FILE="usb.overlay"
|
|
sample.openthread.coprocessor.rcp:
|
|
build_only: true
|
|
platform_allow: nrf52840dk_nrf52840 nrf52833dk_nrf52833 tlsr9518adk80d
|
|
tags: ci_build
|
|
extra_args: OVERLAY_CONFIG=overlay-rcp.conf
|