File tree Expand file tree Collapse file tree 1 file changed +14
-6
lines changed
samples/subsys/usb/hid-keyboard Expand file tree Collapse file tree 1 file changed +14
-6
lines changed Original file line number Diff line number Diff line change 1
1
sample :
2
2
name : USB HID keyboard sample
3
3
common :
4
- harness : button
5
4
filter : dt_alias_exists("sw0") and dt_alias_exists("led0")
6
5
depends_on :
7
6
- usbd
8
7
- gpio
8
+ tags : usb
9
+ timeout : 15
10
+ harness : console
11
+ harness_config :
12
+ type : multi_line
13
+ ordered : false
14
+ regex :
15
+ - " HS bNumConfigurations 1"
16
+ - " FS bNumConfigurations 1"
17
+ - " HID keyboard sample is initialized"
18
+ - " USBD message: VBUS ready"
19
+ - " Actual device speed 2"
20
+ - " s-in-status finished"
9
21
integration_platforms :
10
22
- nrf52840dk/nrf52840
11
23
- nrf54h20dk/nrf54h20/cpuapp
@@ -18,17 +30,13 @@ common:
18
30
- samd21_xpro
19
31
- same54_xpro
20
32
tests :
21
- sample.usbd.hid-keyboard :
22
- tags : usb
33
+ sample.usbd.hid-keyboard : {}
23
34
sample.usbd.hid-keyboard.out-report :
24
- tags : usb
25
35
extra_args :
26
36
- EXTRA_DTC_OVERLAY_FILE="out_report.overlay"
27
37
sample.usbd.hid-keyboard.large-report :
28
- tags : usb
29
38
extra_args :
30
39
- EXTRA_DTC_OVERLAY_FILE="large_in_report.overlay"
31
40
sample.usbd.hid-keyboard.large-out-report :
32
- tags : usb
33
41
extra_args :
34
42
- EXTRA_DTC_OVERLAY_FILE="large_out_report.overlay"
You can’t perform that action at this time.
0 commit comments