zephyr/samples/subsys/usb/hid-keyboard/sample.yaml
Declan Snyder 8ed80ddb37 boards: mimxrt1060_evk: Convert to variants
Convert qspi and hyperflash to variants instead of revisions by popular
demand.

And convert evkb into a revision instead of a different board.

Signed-off-by: Declan Snyder <declan.snyder@nxp.com>
2024-12-20 22:59:59 +01:00

32 lines
810 B
YAML

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/mimxrt1062/qspi
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"