| Age | Commit message (Collapse) | Author |
|
- tud_dfu_dnload_complete() -> tud_dfu_download_complete()
- tud_dfu_req_dnload_data_cb() -> tud_dfu_download_cb()
- tud_dfu_req_upload_data_cb() -> tud_dfu_upload_cb()
|
|
|
|
|
|
also add state as argument
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Bug fix and Enhancements of UAC2
|
|
|
|
|
|
|
|
|
|
|
|
Add dfu function memory access protection
|
|
|
|
xmos-jmccarthy-master
|
|
More hid host update
|
|
|
|
|
|
|
|
|
|
|
|
Add buffer align
|
|
|
|
Enhance uac2_headset example with multiple sample rates.
Add macro to calculate EP size.
|
|
|
|
add caplock detection for hid_composite
|
|
UAC fixes
|
|
Clean up warnings.
Signed-off-by: MasterPhi <[email protected]>
|
|
# Conflicts:
# src/portable/renesas/usba/dcd_usba.c
# src/tusb_option.h
|
|
|
|
|
|
|
|
|
|
|
|
|
|
RP2040 double buffer
|
|
Adds TU_VERIFY to dfu internal buffer access from host.
Adds TU_ASSERT to dfu internal buffer access by application.
|