1tests:
2  sample.driver.lora.rylr.send:
3    extra_args: SHIELD=reyax_lora
4    platform_allow: cy8ckit_062s4
5  sample.driver.lora.build.uart:
6    build_only: true
7    extra_args: DTC_OVERLAY_FILE="uart_devices.overlay"
8    extra_configs:
9      - CONFIG_SERIAL=y
10      - CONFIG_UART_INTERRUPT_DRIVEN=y
11    platform_allow:
12      - native_sim
13      - native_sim/native/64
14  sample.driver.lora.build.sx1262:
15    build_only: true
16    extra_args: DTC_OVERLAY_FILE="sx1262.overlay"
17    extra_configs:
18      - CONFIG_SPI=y
19    platform_allow:
20      - native_sim
21      - native_sim/native/64
22  sample.driver.lora.build.sx1272:
23    build_only: true
24    extra_args: DTC_OVERLAY_FILE="sx1272.overlay"
25    extra_configs:
26      - CONFIG_SPI=y
27    platform_allow:
28      - native_sim
29      - native_sim/native/64
30