| Age | Commit message (Collapse) | Author |
|
|
|
|
|
Hid fido
|
|
|
|
Allow the use of non-static allocation for FreeRTOS mutexes & queues
|
|
configSUPPORT_DYNAMIC_ALLOCATION only
note: for example to build with configSUPPORT_STATIC_ALLOCATION = 0, one
of heap_n.c must be included in makefile/cmake
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix RP2040 Issue 1721
|
|
|
|
when starting up
|
|
|
|
add user arg to all scsi command API that support complete callback
|
|
|
|
|
|
MIDI: support port name strings
|
|
This allows to set custom descriptive names for virtual MIDI
ports/cables. A MIDI port offers different functionality on
the same physical USB device. The names make it easier to
distinguish one from the other.
|
|
|
|
|
|
|
|
|
|
|
|
do not apply storage attributes to member of struct
|
|
|
|
dcd_lpc_ip3511: isochronous support and endpoint accidental write fix
|
|
|
|
|
|
esp: Fix Isochronous transfers
|
|
|
|
|
|
|
|
Port stm32u5xx
|
|
Add support for MJPEG on UVC
|
|
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
|
|
|
|
|
|
|
|
audio_device: prototype added for function referenced before use
|
|
|
|
|