Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions boards/arm/bl654_usb/Kconfig.defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,14 @@ config USB_DEVICE_INITIALIZE_AT_BOOT
config SHELL_BACKEND_SERIAL_CHECK_DTR
default SHELL

# Logger cannot use itself to log
config USB_CDC_ACM_LOG_LEVEL
default 0

# Set USB log level to error only
config USB_DEVICE_LOG_LEVEL
default 1

endif #BL654_USB_SERIAL_BACKEND_CDCACM

config BT_CTLR
Expand Down