Add build tests for the following devices. - semtech,sx1262 - semtech,sx1272 - reyax,rylrxxx Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>
30 lines
795 B
YAML
30 lines
795 B
YAML
tests:
|
|
sample.driver.lora.rylr.send:
|
|
extra_args: SHIELD=reyax_lora
|
|
platform_allow: cy8ckit_062s4
|
|
sample.driver.lora.build.uart:
|
|
build_only: true
|
|
extra_args: DTC_OVERLAY_FILE="uart_devices.overlay"
|
|
extra_configs:
|
|
- CONFIG_SERIAL=y
|
|
- CONFIG_UART_INTERRUPT_DRIVEN=y
|
|
platform_allow:
|
|
- native_sim
|
|
- native_sim/native/64
|
|
sample.driver.lora.build.sx1262:
|
|
build_only: true
|
|
extra_args: DTC_OVERLAY_FILE="sx1262.overlay"
|
|
extra_configs:
|
|
- CONFIG_SPI=y
|
|
platform_allow:
|
|
- native_sim
|
|
- native_sim/native/64
|
|
sample.driver.lora.build.sx1272:
|
|
build_only: true
|
|
extra_args: DTC_OVERLAY_FILE="sx1272.overlay"
|
|
extra_configs:
|
|
- CONFIG_SPI=y
|
|
platform_allow:
|
|
- native_sim
|
|
- native_sim/native/64
|