samples: lora, class_a: allow building on nucleo_wl55jc

Add nucleo_wl55jc to platform_allow for lora send/receive and class_a
samples. The board has a variation of the sx1262 driver, this should
allow to build test that code path.

Fix the existing config as well to specify the platforms on a single
line, as currently only the last entry is considered.

Signed-off-by: Fabio Baltieri <fabio.baltieri@gmail.com>
This commit is contained in:
Fabio Baltieri 2021-06-27 14:07:02 +01:00 committed by Christopher Friedt
commit 2e60836eca
3 changed files with 3 additions and 5 deletions

View file

@ -5,5 +5,4 @@ sample:
name: LoRa Receive Sample
tests:
sample.driver.lora.receive:
platform_allow: 96b_wistrio
platform_allow: rak4631_nrf52840
platform_allow: 96b_wistrio rak4631_nrf52840 nucleo_wl55jc

View file

@ -5,5 +5,4 @@ sample:
name: LoRa Send Sample
tests:
sample.driver.lora.send:
platform_allow: 96b_wistrio
platform_allow: rak4631_nrf52840
platform_allow: 96b_wistrio rak4631_nrf52840 nucleo_wl55jc

View file

@ -5,4 +5,4 @@ sample:
name: LoRaWAN Class-A
tests:
samples.lorawan.class_a:
platform_allow: 96b_wistrio
platform_allow: 96b_wistrio nucleo_wl55jc