Add an integration platform to the LoRa samples so that changes to these applications are checked in the PR CI. Signed-off-by: Jordan Yates <jordan@embeint.com>
16 lines
351 B
YAML
16 lines
351 B
YAML
common:
|
|
tags: lora
|
|
depends_on: lora
|
|
sample:
|
|
description: Demonstration of LoRa Receive functionality
|
|
name: LoRa Receive Sample
|
|
tests:
|
|
sample.driver.lora.receive:
|
|
harness: console
|
|
harness_config:
|
|
type: one_line
|
|
regex:
|
|
- "<inf> lora_receive: Synchronous reception"
|
|
integration_platforms:
|
|
- b_l072z_lrwan1
|