| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
set_line_coding_stage1_complete() to be reused by FTDI & CP210x
|
|
0 is also valid
|
|
|
|
|
|
|
|
|
|
|
|
|
|
_internal_control_complete() and moved them into driver's sections. no functional change
|
|
FSL_FEATURE_USB_KHCI_IRC48M_MODULE_CLOCK_ENABLED is defined to 1
|
|
|
|
Helper. no functional changes
|
|
Added support for the NXP K64 series
|
|
|
|
|
|
slightly change cdc_msc_freertos example
|
|
|
|
msc_device: Fix check for including MSC lookup tables
|
|
|
|
nrf5x: Handle ISOOUT CRC errors
|
|
|
|
improved hex debug print, improved USBH debug prints, added pid/vid debug print
|
|
|
|
NRF5x USB controller can detect ISO OUT CRC errors.
In such case USBEVENT is signaled with EVENTCAUSE_ISOOUTCRC set.
Even if controller detects corrupted ISO OUT packet it allows
to data transfer from ednpoint to RAM however packet is corrupted
and code could just as well drop packet altogether.
With current implementation incoming ISO OUT packets were put in
FIFO and exact information how much data already in FIFO is correct
was hard to keep track of.
If was observed that on certain configurations HS hub when FS device
was connected occasionally sent invalid (short) packet. In such case
if packet length was reported odd audio stream was not recognizable any
more.
With this change corrupted packets are not passed to upper layers
and are silently dropped.
|
|
|
|
|
|
|
|
HIDh tuh_hid_mounted() returns true before process set config is completed
|
|
|
|
|