Skip to content

Commit ad4aa75

Browse files
committed
samples: zephyr: subsys: usb: extend log buffer size
Extend log buffer size to prevent dropped messages. Signed-off-by: Piotr Kosycarz <piotr.kosycarz@nordicsemi.no>
1 parent 7c78f38 commit ad4aa75

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

samples/zephyr/subsys/usb/hid-keyboard/prj.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ CONFIG_USB_DEVICE_STACK_NEXT=y
22
CONFIG_USBD_HID_SUPPORT=y
33

44
CONFIG_LOG=y
5+
CONFIG_LOG_BUFFER_SIZE=4096
56
CONFIG_USBD_LOG_LEVEL_INF=y
67
CONFIG_USBD_HID_LOG_LEVEL_WRN=y
78
CONFIG_UDC_DRIVER_LOG_LEVEL_WRN=y

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ CONFIG_USB_DEVICE_STACK_NEXT=y
22
CONFIG_USBD_HID_SUPPORT=y
33

44
CONFIG_LOG=y
5+
CONFIG_LOG_BUFFER_SIZE=4096
56
CONFIG_USBD_LOG_LEVEL_INF=y
67
CONFIG_USBD_HID_LOG_LEVEL_WRN=y
78
CONFIG_UDC_DRIVER_LOG_LEVEL_WRN=y

0 commit comments

Comments
 (0)