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>
This commit is contained in:
parent
21ba1e9af0
commit
58b65082c2
3 changed files with 3 additions and 3 deletions
|
|
@ -1,11 +1,11 @@
|
||||||
common:
|
common:
|
||||||
tags: lora
|
tags: lora
|
||||||
|
depends_on: lora
|
||||||
sample:
|
sample:
|
||||||
description: Demonstration of LoRa Receive functionality
|
description: Demonstration of LoRa Receive functionality
|
||||||
name: LoRa Receive Sample
|
name: LoRa Receive Sample
|
||||||
tests:
|
tests:
|
||||||
sample.driver.lora.receive:
|
sample.driver.lora.receive:
|
||||||
platform_allow: 96b_wistrio rak4631_nrf52840 nucleo_wl55jc
|
|
||||||
harness: console
|
harness: console
|
||||||
harness_config:
|
harness_config:
|
||||||
type: one_line
|
type: one_line
|
||||||
|
|
|
||||||
|
|
@ -1,11 +1,11 @@
|
||||||
common:
|
common:
|
||||||
tags: lora
|
tags: lora
|
||||||
|
depends_on: lora
|
||||||
sample:
|
sample:
|
||||||
description: Demonstration of LoRa Send functionality
|
description: Demonstration of LoRa Send functionality
|
||||||
name: LoRa Send Sample
|
name: LoRa Send Sample
|
||||||
tests:
|
tests:
|
||||||
sample.driver.lora.send:
|
sample.driver.lora.send:
|
||||||
platform_allow: 96b_wistrio rak4631_nrf52840 nucleo_wl55jc
|
|
||||||
harness: console
|
harness: console
|
||||||
harness_config:
|
harness_config:
|
||||||
type: one_line
|
type: one_line
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
common:
|
common:
|
||||||
tags: lorawan
|
tags: lorawan
|
||||||
platform_allow: 96b_wistrio nucleo_wl55jc
|
depends_on: lora
|
||||||
harness: console
|
harness: console
|
||||||
harness_config:
|
harness_config:
|
||||||
type: one_line
|
type: one_line
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue