| Age | Commit message (Expand) | Author |
| 2025-10-01 | minor update | hathach |
| 2025-09-29 | Merge branch 'master' into fork/ennebi/mtp | hathach |
| 2025-09-29 | refactor mtp examples, add phase and session id to callback data | hathach |
| 2025-09-27 | audio: simplify alt settings management | HiFiPhile |
| 2025-09-27 | Merge pull request #3256 from hathach/weak_cb | Ha Thach |
| 2025-09-27 | make command container more consistent | hathach |
| 2025-09-27 | add edpt claim for public API | hathach |
| 2025-09-27 | implement serial for MTP | hathach |
| 2025-09-27 | implement control request | hathach |
| 2025-09-26 | implement tud_mtp_mounted() and tud_mtp_event_send() | hathach |
| 2025-09-26 | fix more ci build | hathach |
| 2025-09-26 | fix compile warnings | hathach |
| 2025-09-25 | clean up, wrap up bulk command supported | hathach |
| 2025-09-25 | implement send object command, able to create new file | hathach |
| 2025-09-25 | implement MTP_OP_SEND_OBJECT_INFO, refactor fs example | hathach |
| 2025-09-25 | Fix incorrect comments | Lu Chang |
| 2025-09-24 | Add HID Usage Page and Table for Power Devices (0x84 - 0x85) | Lu Chang |
| 2025-09-24 | clean up | hathach |
| 2025-09-24 | unify callback argument. support multiple packet get object | hathach |
| 2025-09-23 | refactor API | hathach |
| 2025-09-23 | try to add logo png to mtp example | hathach |
| 2025-09-22 | implement get object, close session | hathach |
| 2025-09-21 | implement get object info | hathach |
| 2025-09-21 | implement get objection handles | hathach |
| 2025-09-20 | implement get device properties describer and device properties value | hathach |
| 2025-09-20 | implement get device properties value | hathach |
| 2025-09-19 | rework get storageIDs and get storage info | hathach |
| 2025-09-19 | rework get storageIDs and get storage info | hathach |
| 2025-09-19 | reworking MTP API, adding callback, getting GetDeviceInfo working | hathach |
| 2025-09-18 | Potential fix for code scanning alert no. 914: Commented-out code | Zixun LI |
| 2025-09-17 | Replace old delay functions by tusb_time_delay_ms_api | HiFiPhile |
| 2025-09-17 | Update weak callbacks to new syntax | HiFiPhile |
| 2025-09-16 | remove mtp context | hathach |
| 2025-09-16 | refactor mtp xfer callback | hathach |
| 2025-09-16 | refactor generic container to use EPBUF declaration | hathach |
| 2025-09-16 | merge context into interface and refactor, reformat | hathach |
| 2025-09-15 | Merge branch 'master' into fork/ennebi/mtp | hathach |
| 2025-09-12 | add all constant from MTP specs appendix, rename some e.g OPEC to OP, EVTC to... | hathach |
| 2025-09-12 | Fix some IAR warnings | HiFiPhile |
| 2025-09-06 | fix #3239: discard poorly formed packets | rppicomidi |
| 2025-09-04 | remove duplicated enum | hathach |
| 2025-08-20 | add some consumer page configs | ohmdelta |
| 2025-08-06 | Add MTP class device | Maurizio Pesce |
| 2025-08-02 | fix tud_audio_set_itf_close_EP_cb() typo | hathach |
| 2025-08-02 | Merge pull request #3183 from rppicomidi/fix_3159 | Ha Thach |
| 2025-08-02 | use tu_desc_in_bounds() for descriptor loop | hathach |
| 2025-08-01 | add bufsize to tud_msc_inquiry2_cb() | hathach |
| 2025-07-26 | Merge pull request #3173 from HiFiPhile/feature/usbtmc_vendor-specific | Ha Thach |
| 2025-07-26 | Update src/class/usbtmc/usbtmc_device.c | Ha Thach |
| 2025-07-23 | Restore accidentally erased debug log message | rppicomidi |