File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed
samples/subsys/usb/hid-mouse Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -5,16 +5,25 @@ common:
5
5
filter : dt_alias_exists("sw0") and dt_alias_exists("led0")
6
6
depends_on :
7
7
- gpio
8
+ tags : usb
8
9
tests :
9
10
sample.usb.hid-mouse :
10
11
depends_on :
11
12
- usb_device
12
13
platform_exclude :
13
14
- frdm_mcxn947/mcxn947/cpu0
14
- tags : usb
15
15
sample.usb_device_next.hid-mouse :
16
16
depends_on :
17
17
- usbd
18
+ timeout : 15
19
+ harness : console
20
+ harness_config :
21
+ type : multi_line
22
+ regex :
23
+ - " HS bNumConfigurations 1"
24
+ - " FS bNumConfigurations 1"
25
+ - " Actual device speed 2"
26
+ - " s-in-status finished"
18
27
integration_platforms :
19
28
- nrf52840dk/nrf52840
20
29
- nrf54h20dk/nrf54h20/cpuapp
27
36
extra_args :
28
37
- CONF_FILE="usbd_next_prj.conf"
29
38
- EXTRA_DTC_OVERLAY_FILE="usbd_next.overlay"
30
- tags : usb
You can’t perform that action at this time.
0 commit comments