zephyr/samples/drivers/lora/send/sample.yaml
Jordan Yates 58b65082c2 samples: lora: remove platform_allow
The twister docs specify that `platform_allow` should only be used
if applications can only possibly run on the specified platforms. This
is not the case for these applications, which should be able to run on
any board with LoRa support.

Signed-off-by: Jordan Yates <jordan.yates@data61.csiro.au>
2022-09-29 08:59:03 +00:00

14 lines
285 B
YAML

common:
tags: lora
depends_on: lora
sample:
description: Demonstration of LoRa Send functionality
name: LoRa Send Sample
tests:
sample.driver.lora.send:
harness: console
harness_config:
type: one_line
regex:
- "<inf> lora_send: Data sent!"