| Age | Commit message (Collapse) | Author |
|
DFU improvements
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- 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
|
|
remove CFG_TUD_DFU_ALT_COUNT since there is only one DFU functional
descriptor
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Bug fix and Enhancements of UAC2
|
|
|
|
|
|
|
|
More hid host update
|
|
|
|
|
|
This reverts commit 6e1f812e3542f6d9047a3b8148f2f073ba38b91f.
|
|
Add buffer align
|
|
|
|
|
|
|
|
|
|
Enhance uac2_headset example with multiple sample rates.
Add macro to calculate EP size.
|
|
|
|
add caplock detection for hid_composite
|
|
|
|
|
|
RP2040 double buffer
|
|
Add rx65n board
|
|
|
|
|
|
Signed-off-by: MasterPhi <[email protected]>
|
|
|
|
Signed-off-by: MasterPhi <[email protected]>
|
|
|
|
Signed-off-by: Rafael Silva <[email protected]>
|
|
Signed-off-by: Rafael Silva <[email protected]>
|
|
|