Add overlay file for netusb configuration, and usb network initialization to the code. Signed-off-by: Jukka Rissanen <jukka.rissanen@nordicsemi.no>
11 lines
227 B
Plaintext
11 lines
227 B
Plaintext
# USB Device settings
|
|
CONFIG_USB_DEVICE_STACK=y
|
|
|
|
# Select USB Configurations
|
|
CONFIG_USB_DEVICE_NETWORK_ECM=y
|
|
CONFIG_USB_DEVICE_INITIALIZE_AT_BOOT=n
|
|
|
|
# Logging
|
|
CONFIG_USB_DRIVER_LOG_LEVEL_INF=y
|
|
CONFIG_USB_DEVICE_LOG_LEVEL_INF=y
|