| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
Update osal mutex
|
|
add macro to swallow mutex API in order to simplify code with mutex
|
|
|
|
Use macro argument instead of 0x16 constant value.
At least Linux kernel was complaining about this value:
"config 1 interface 0 altsetting 0 endpoint 0x82 has an invalid bInterval 22, changing to 8"
(warning obtained using usbtmc device config)
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
-Wuninitialized, -Wunused, -Wredundant-decls
|
|
|
|
also removed commented tud_sof_isr_set() API
|
|
|
|
remove the usage of TUD_OPT_RHPORT in class driver
|
|
Add SOF IRQ Handler
|
|
|
|
|
|
|
|
|
|
|
|
|
|
and in_isr
also allow exit tud_task,tuh_task after processing all events for
running other background task for user
|
|
pending for event queue with timeout of 1 ms
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fix enumeration with hub when reset port before set address
|
|
|
|
|
|
move debug utils to new header
|
|
|
|
make number of interface configurable (default to 8)
CFG_TUD_INTERFACE_MAX
|
|
|
|
|
|
|
|
|
|
|
|
TUSB_OPT_DEVICE_ENABLED still usable for backward compatible
|
|
|
|
|
|
|
|
Driver for Microchip PIC32MZ family
|