mbed-os/usb/device/USBDevice
Russ Butler dbe41c3659 Abort the current USB transfer when stalling
It is undefined behavior if stalling and unstalling clears an ongoing
transfer. Abort any ongoing transfers explicitly when stalling and
unstalling so the behavior is consistent across devices.
2019-02-22 10:53:18 -06:00
..
EndpointResolver.cpp Fix various USB warnings 2019-02-22 10:53:17 -06:00
EndpointResolver.h Add USBPhy, USB HAL and Utility class 2019-02-22 10:52:32 -06:00
USBDescriptor.h Update USBDevice and configure to use a USBPhy 2019-02-22 10:52:32 -06:00
USBDevice.cpp Abort the current USB transfer when stalling 2019-02-22 10:53:18 -06:00
USBDevice.h Abort the current USB transfer when stalling 2019-02-22 10:53:18 -06:00
USBDevice_Types.h Update USBDevice and configure to use a USBPhy 2019-02-22 10:52:32 -06:00