Skip to content

Commit ba41acf

Browse files
committed
samples: zephyr: subsys: usb: hid-mouse: make default configuration
Make usbd_next a default configuration. Signed-off-by: Piotr Kosycarz <[email protected]>
1 parent 9e7f583 commit ba41acf

File tree

4 files changed

+7
-23
lines changed

4 files changed

+7
-23
lines changed
Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
1-
CONFIG_USB_DEVICE_STACK=y
2-
CONFIG_USB_DEVICE_HID=y
3-
CONFIG_USB_DEVICE_PRODUCT="Zephyr HID mouse sample"
4-
CONFIG_USB_DEVICE_PID=0x0007
5-
CONFIG_USB_DEVICE_INITIALIZE_AT_BOOT=n
1+
CONFIG_USB_DEVICE_STACK_NEXT=y
2+
CONFIG_USBD_HID_SUPPORT=y
63

74
CONFIG_LOG=y
8-
CONFIG_USB_DRIVER_LOG_LEVEL_ERR=y
9-
CONFIG_USB_DEVICE_LOG_LEVEL_ERR=y
5+
CONFIG_USBD_LOG_LEVEL_INF=y
6+
CONFIG_USBD_HID_LOG_LEVEL_WRN=y
7+
CONFIG_UDC_DRIVER_LOG_LEVEL_WRN=y
8+
CONFIG_LOG_BUFFER_SIZE=8192
9+
CONFIG_SAMPLE_USBD_PID=0x0007
1010

1111
CONFIG_GPIO=y
1212
CONFIG_INPUT=y
13-
CONFIG_INPUT_MODE_SYNCHRONOUS=y

samples/zephyr/subsys/usb/hid-mouse/sample.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ tests:
1919
- nrf54h20dk/nrf54h20/cpuapp
2020
- nrf54lm20pdk/nrf54lm20a/cpuapp
2121
- [email protected]/nrf54lm20a/cpuapp
22-
extra_args:
23-
- CONF_FILE="usbd_next_prj.conf"
24-
- EXTRA_DTC_OVERLAY_FILE="usbd_next.overlay"
2522
timeout: 15
2623
harness: console
2724
harness_config:

samples/zephyr/subsys/usb/hid-mouse/usbd_next_prj.conf

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)