| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
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
|
|
Device-only driver for PIC32MZ MCUs.
|
|
These are different Broadcom chips. The peripherals are essentially
the same. The main differences are:
* The CPU(s)
* The interrupt controller
* The peripheral base address (but not the peripherals that we use)
|
|
|
|
|
|
|
|
|