Add shell support over CDC ACM. Signed-off-by: Johann Fischer <johann.fischer@nordicsemi.no>
9 lines
261 B
Plaintext
9 lines
261 B
Plaintext
CONFIG_USB=y
|
|
CONFIG_USB_DEVICE_STACK=y
|
|
CONFIG_USB_DEVICE_PRODUCT="Zephyr USB console sample"
|
|
CONFIG_USB_UART_CONSOLE=y
|
|
CONFIG_UART_INTERRUPT_DRIVEN=y
|
|
CONFIG_UART_LINE_CTRL=y
|
|
CONFIG_UART_SHELL_ON_DEV_NAME="CDC_ACM_0"
|
|
CONFIG_SHELL_BACKEND_SERIAL_INIT_PRIORITY=51
|