| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
add rhport to tud_init()
|
|
|
|
port1 highspeed requires USB_RAM
|
|
|
|
- Audio format and parameters are parsed from descriptors thus user no
longer needs to give them explicitely
- Tested for 4 channel software type I PCM encoding with 16 bit with 1
channel per FIFO and 2 channels per FIFO (this is I2S specific)
|
|
|
|
|
|
|
|
|
|
Fix Endpoint descriptor size for MIDI Device
|
|
|
|
- also use dcd_event_bus_reset()
- Add TODO for suspend, resume later on (need to test with/without vbus
detection).
|
|
Endpoint descriptor should be 9 bytes in length (not 7) and have two extra bytes at the end: bRefresh and bSynchAddress
According to MIDI USB specification 1.0 (6.2.1 Standard MS Bulk Data Endpoint Descriptor)
|
|
|
|
Rename dfu rt to runtime
|
|
more epsize checking per type
|
|
also rename tud_dfu_rt_reboot_to_dfu to tud_dfu_runtime_reboot_to_dfu_cb
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
IAR build error fixes
|
|
Signed-off-by: HiFiPhile <[email protected]>
|
|
Signed-off-by: HiFiPhile <[email protected]>
|
|
which return true as long as we receive the very first SETUP packet from
host.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
migrated msc_device
|
|
Host async control
|