| Age | Commit message (Collapse) | Author |
|
- remove driver class code binding
- fully support IAD
- auto calculate total length for interface descriptor for driver
|
|
tu_edpt_validate() and tu_edpt_bind_driver()
|
|
|
|
|
|
clean up packed/bit order begin end
|
|
|
|
Wini-Buh-CCRX_Port
|
|
DFU improvements
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Conflicts:
# src/portable/renesas/usba/dcd_usba.c
# src/tusb_option.h
|
|
RP2040 double buffer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
add TODO for overflow in tusb_fifo.c
|
|
|
|
|
|
|
|
Implement functions to allow for DMA usage in audio driver.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
is m4 but cannot unaligned acces on usb ram
|
|
able to get passed enumeration and up to READ10
|
|
Compilers always complain that variables set by function via pointer
might be uninitialized so to avoid that return values are now delivered
via struct.
|
|
- Add tud_audio_n_get_ep_out_ff(), tud_audio_n_get_ep_in_ff(),
tud_audio_n_get_rx_support_ff(), and tud_audio_n_get_tx_support_ff()
- Change get_linear_read/write_info() to return linear and wrapped part
at once
- Adjusted affected code in audio_device.c and tested with
audio_4_channel.
|