File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
samples/subsys/usb/hid-mouse Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ CONFIG_USB_DEVICE_STACK_NEXT=y
2
2
CONFIG_USBD_HID_SUPPORT=y
3
3
4
4
CONFIG_LOG=y
5
- CONFIG_USBD_LOG_LEVEL_WRN =y
5
+ CONFIG_USBD_LOG_LEVEL_INF =y
6
6
CONFIG_USBD_HID_LOG_LEVEL_WRN=y
7
7
CONFIG_UDC_DRIVER_LOG_LEVEL_WRN=y
8
8
CONFIG_SAMPLE_USBD_PID=0x0007
Original file line number Diff line number Diff line change @@ -5,10 +5,18 @@ 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_device_next.hid-mouse :
10
11
depends_on :
11
12
- usbd
13
+ timeout : 15
14
+ harness : console
15
+ harness_config :
16
+ type : multi_line
17
+ regex :
18
+ - " HS bNumConfigurations 1"
19
+ - " FS bNumConfigurations 1"
12
20
integration_platforms :
13
21
- nrf52840dk/nrf52840
14
22
- nrf54h20dk/nrf54h20/cpuapp
18
26
- nucleo_f413zh
19
27
- mimxrt1060_evk/mimxrt1062/qspi
20
28
- max32690evkit/max32690/m4
21
- tags : usb
You can’t perform that action at this time.
0 commit comments