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>
9 lines
212 B
YAML
9 lines
212 B
YAML
common:
|
|
tags: lora
|
|
sample:
|
|
description: Demonstration of LoRa Send functionality
|
|
name: LoRa Send Sample
|
|
tests:
|
|
sample.driver.lora.send:
|
|
platform_allow: 96b_wistrio rak4631_nrf52840 nucleo_wl55jc
|