File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed
samples/subsys/usb/hid-keyboard Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change 11sample :
22 name : USB HID keyboard sample
33common :
4- harness : button
54 filter : dt_alias_exists("sw0") and dt_alias_exists("led0")
65 depends_on :
76 - usbd
87 - gpio
8+ tags : usb
9+ timeout : 15
10+ harness : console
11+ harness_config :
12+ type : one_line
13+ regex :
14+ - " HID keyboard sample is initialized"
915 integration_platforms :
1016 - nrf52840dk/nrf52840
1117 - nrf54h20dk/nrf54h20/cpuapp
@@ -18,17 +24,13 @@ common:
1824 - samd21_xpro
1925 - same54_xpro
2026tests :
21- sample.usbd.hid-keyboard :
22- tags : usb
27+ sample.usbd.hid-keyboard : {}
2328 sample.usbd.hid-keyboard.out-report :
24- tags : usb
2529 extra_args :
2630 - EXTRA_DTC_OVERLAY_FILE="out_report.overlay"
2731 sample.usbd.hid-keyboard.large-report :
28- tags : usb
2932 extra_args :
3033 - EXTRA_DTC_OVERLAY_FILE="large_in_report.overlay"
3134 sample.usbd.hid-keyboard.large-out-report :
32- tags : usb
3335 extra_args :
3436 - EXTRA_DTC_OVERLAY_FILE="large_out_report.overlay"
You can’t perform that action at this time.
0 commit comments