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 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 : one_line
13
+ regex :
14
+ - " HID keyboard sample is initialized"
9
15
integration_platforms :
10
16
- nrf52840dk/nrf52840
11
17
- nrf54h20dk/nrf54h20/cpuapp
@@ -17,17 +23,13 @@ common:
17
23
- samd21_xpro
18
24
- same54_xpro
19
25
tests :
20
- sample.usbd.hid-keyboard :
21
- tags : usb
26
+ sample.usbd.hid-keyboard : {}
22
27
sample.usbd.hid-keyboard.out-report :
23
- tags : usb
24
28
extra_args :
25
29
- EXTRA_DTC_OVERLAY_FILE="out_report.overlay"
26
30
sample.usbd.hid-keyboard.large-report :
27
- tags : usb
28
31
extra_args :
29
32
- EXTRA_DTC_OVERLAY_FILE="large_in_report.overlay"
30
33
sample.usbd.hid-keyboard.large-out-report :
31
- tags : usb
32
34
extra_args :
33
35
- EXTRA_DTC_OVERLAY_FILE="large_out_report.overlay"
You can’t perform that action at this time.
0 commit comments