zephyr/tests/drivers/build_all/lora/testcase.yaml
TOKITA Hiroshi 0ce32c963e tests: drivers: build_all: lora: Add devices build tests
Add build tests for the following devices.

- semtech,sx1262
- semtech,sx1272
- reyax,rylrxxx

Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>
2024-10-15 04:09:56 -04:00

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