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>
15 lines
362 B
Plaintext
15 lines
362 B
Plaintext
CONFIG_STDOUT_CONSOLE=y
|
|
|
|
#USB related configs
|
|
CONFIG_USB_DEVICE_STACK=y
|
|
CONFIG_USB_DEVICE_PRODUCT="Zephyr MSC sample"
|
|
CONFIG_USB_DEVICE_PID=0x0008
|
|
CONFIG_LOG=y
|
|
CONFIG_USB_DRIVER_LOG_LEVEL_ERR=y
|
|
CONFIG_USB_MASS_STORAGE=y
|
|
CONFIG_USB_DEVICE_LOG_LEVEL_ERR=y
|
|
CONFIG_USB_MASS_STORAGE_LOG_LEVEL_ERR=y
|
|
CONFIG_USB_DEVICE_INITIALIZE_AT_BOOT=n
|
|
|
|
CONFIG_MAIN_STACK_SIZE=1536
|