1sample:
2  name: USB support shell sample
3common:
4  depends_on:
5    - usbd
6tests:
7  sample.usbd.shell:
8    integration_platforms:
9      - nrf52840dk/nrf52840
10      - nrf54h20dk/nrf54h20/cpuapp
11      - frdm_k64f
12      - mimxrt685_evk/mimxrt685s/cm33
13      - mimxrt1060_evk/mimxrt1062/qspi
14    harness: keyboard
15    tags: usb
16  sample.usbh.shell:
17    tags:
18      - usb
19      - shield
20    extra_args:
21      - CONF_FILE="device_and_host_prj.conf"
22      - SHIELD="sparkfun_max3421e"
23    platform_allow:
24      - nrf52840dk/nrf52840
25      - frdm_k64f
26    build_only: true
27  sample.usbh.shell.virtual:
28    tags: usb
29    extra_args: CONF_FILE="device_and_host_prj.conf"
30    platform_allow: qemu_cortex_m3
31    build_only: true
32