| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
If src is odd then src[wNBytes] is accessed.
|
|
|
|
|
|
|
|
* Correct handling of SOF interrupt
|
|
|
|
register on ISOCHRONOUS endpoints
|
|
|
|
available but requested
|
|
|
|
through lookup table. Allocation of endpoint is now only performed in dcd_edpt_open
|
|
|
|
tu_edpt_number in the stm32 device driver as a crude tool to control mapping of the endpoint address to actual endpoint register
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
dcd_lpc_ip3511: isochronous support and endpoint accidental write fix
|
|
|
|
|
|
esp: Fix Isochronous transfers
|
|
|
|
|
|
Port stm32u5xx
|
|
Allow more endpoint packet sizes for SAMD
|
|
On ESP32-S2/S3 ISO transfers must be configured for even or odd frame.
Closes https://github.com/hathach/tinyusb/issues/1382
|
|
|
|
|
|
|
|
|
|
accidental writes
|
|
Initial PIC32MM/MX & PIC24 support
|
|
|
|
|
|
Fix bug #1628 by preventing shared irq slots for filling up
|
|
ISO packet size is up to 1023 for full speed device.
Upon completion of ISO reception, reported length of incoming packet
was truncated to one byte only.
This results in incorrect data stream for higher bit rates
48 samples * 4 bytes per sample * 2 channels = 384 bytes of data
and 128 was reported.
There is no change in logic extending xact_len to uint16_t fixes the issue.
|
|
|
|
|