This allows us to use the testusb Linux kernel tool again. All tests involving control and bulk transfers should pass. Additionally, add a shell command that allows the user to manually enqueue bulk transfers. Signed-off-by: Johann Fischer <johann.fischer@nordicsemi.no>
10 lines
201 B
Plaintext
10 lines
201 B
Plaintext
CONFIG_SHELL=y
|
|
CONFIG_USB_DEVICE_STACK_NEXT=y
|
|
CONFIG_USBD_SHELL=y
|
|
CONFIG_USBD_LOOPBACK_CLASS=y
|
|
CONFIG_UDC_BUF_POOL_SIZE=4096
|
|
|
|
CONFIG_LOG=y
|
|
CONFIG_USBD_LOG_LEVEL_WRN=y
|
|
CONFIG_UDC_DRIVER_LOG_LEVEL_WRN=y
|