zephyr/samples/subsys/usb/hid-keyboard/sample.yaml

32 lines
794 B
YAML
Raw Permalink Normal View History

sample:
name: USB HID keyboard sample
common:
harness: button
filter: dt_alias_exists("sw0") and dt_alias_exists("led0")
depends_on:
- usbd
- gpio
integration_platforms:
- nrf52840dk/nrf52840
- nrf54h20dk/nrf54h20/cpuapp
- frdm_k64f
- stm32f723e_disco
- nucleo_f413zh
- mimxrt685_evk/mimxrt685s/cm33
- mimxrt1060_evk
tests:
sample.usbd.hid-keyboard:
tags: usb
sample.usbd.hid-keyboard.out-report:
tags: usb
extra_args:
- EXTRA_DTC_OVERLAY_FILE="out_report.overlay"
sample.usbd.hid-keyboard.large-report:
tags: usb
extra_args:
- EXTRA_DTC_OVERLAY_FILE="large_in_report.overlay"
sample.usbd.hid-keyboard.large-out-report:
tags: usb
extra_args:
- EXTRA_DTC_OVERLAY_FILE="large_out_report.overlay"