mirror of
https://github.com/zephyrproject-rtos/zephyr.git
synced 2024-12-04 10:18:24 +08:00
11c7371f99
Disables having USB enabled for boards that configure USB CDC for console, shell or logging at bootup in applications that enable USB to prevent a conflict arising whereby USB is registered from multiple points and later calls fail. Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
11 lines
242 B
Plaintext
11 lines
242 B
Plaintext
CONFIG_GPIO=y
|
|
CONFIG_USB_DEVICE_STACK=y
|
|
CONFIG_USB_DEVICE_VID=0x2FE9
|
|
CONFIG_USB_DEVICE_INITIALIZE_AT_BOOT=n
|
|
|
|
CONFIG_TRACING=y
|
|
CONFIG_TRACING_TEST=y
|
|
CONFIG_TRACING_BACKEND_USB=y
|
|
CONFIG_TRACING_BUFFER_SIZE=4096
|
|
CONFIG_TRACING_HANDLE_HOST_CMD=y
|