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>
14 lines
285 B
YAML
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!"
|