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
203 B
YAML
9 lines
203 B
YAML
common:
|
|
tags: lorawan
|
|
sample:
|
|
description: Demonstration of Class-A LoRaWAN functionality
|
|
name: LoRaWAN Class-A
|
|
tests:
|
|
samples.lorawan.class_a:
|
|
platform_allow: 96b_wistrio nucleo_wl55jc
|