Re: USB Questions
Adam Podogrocki
Hi Anton, regarding point 2 to use the USB device as a console, please add: CONFIG_UART_CONSOLE_ON_DEV_NAME="CDC_ACM" CONFIG_USB_UART_CONSOLE=y CONFIG_UART_LINE_CTRL=y samples/subsys/usb/cdc_acm/src/main.c shows that binding is got for "CDC_ACM_0", so check both option at the best. Regards, Adam
On Sun, 24 May 2020 at 19:03, <antoker@...> wrote:
|
|