Disable CDC ACM logging in configuraton overlay used in test case
bluetooth.shell.cdc_acm.
The build warning was introduced by the commit e8c4867806
("usb: cdc_acm: disable logging if used for shell with logging")
to preven recursive logging when using the CDC ACM UART as shell or
logging backend
Signed-off-by: Johann Fischer <johann.fischer@nordicsemi.no>
7 lines
170 B
Plaintext
7 lines
170 B
Plaintext
CONFIG_USB_DEVICE_STACK=y
|
|
CONFIG_USB_DEVICE_PRODUCT="Zephyr BT Shell"
|
|
CONFIG_USB_CDC_ACM_LOG_LEVEL_OFF=y
|
|
|
|
CONFIG_UART_LINE_CTRL=y
|
|
CONFIG_SHELL_BACKEND_SERIAL_CHECK_DTR=y
|