Skip to content

Commit

Permalink
slicemk: suppress USB CDC ACM "ring buffer full" messages (TODO TODO …
Browse files Browse the repository at this point in the history
…TODO)

This can be removed once on Zephyr 3.4.
  • Loading branch information
xudongzheng committed Nov 18, 2023
1 parent eb27169 commit 1d4e651
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -458,8 +458,11 @@ config ZMK_USB_LOGGING

if ZMK_USB_LOGGING

# Suppress USB CDC ACM "ring buffer full" info messages. ZMK default "off" is
# broken in Zephyr 3.2 (but fine in Zephyr 3.4). See
# https://github.com/zmkfirmware/zmk/issues/1832.
choice USB_CDC_ACM_LOG_LEVEL_CHOICE
default USB_CDC_ACM_LOG_LEVEL_OFF
default USB_CDC_ACM_LOG_LEVEL_WRN
endchoice

choice USB_DRIVER_LOG_LEVEL_CHOICE
Expand Down

0 comments on commit 1d4e651

Please sign in to comment.