| Age | Commit message (Expand) | Author |
| 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 | Fix erroneous documentation of TU_ASSERT/TU_VERIFY | Terje Runde |
| 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 | Merge branch 'weak_cb' of https://github.com/hathach/tinyusb into weak_cb | HiFiPhile |
| 2025-09-18 | Add usbd_edpt_xfer_fifo stub | HiFiPhile |
| 2025-09-18 | set driver count to 0 | HiFiPhile |
| 2025-09-18 | Potential fix for code scanning alert no. 914: Commented-out code | Zixun LI |
| 2025-09-17 | Fix address translation functions | HiFiPhile |
| 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-17 | use existing overloadable Pico SDK section macro instead of creating a custom... | Peter Lawrence |
| 2025-09-16 | remove mtp context | hathach |
| 2025-09-16 | refactor mtp xfer callback | hathach |
| 2025-09-16 | Add ESP32-H4 as a supported MCU in TinyUSB and wire it into build/runtime: | igor.masar |
| 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-15 | add nrf54 to dwc2 info | hathach |
| 2025-09-15 | dwc2: wait for ahb idle before core reset | hathach |
| 2025-09-13 | ohci: Use uncached alias to access EDs | R |
| 2025-09-13 | Merge pull request #3246 from HiFiPhile/nxp_host | Ha Thach |
| 2025-09-13 | ohci: Perform explicit cache operations on TDs, buffers | R |
| 2025-09-13 | ohci: Re-implement TD allocation, matching the specification | R |
| 2025-09-12 | ohci: Align TDs to cache lines | R |
| 2025-09-12 | ohci: Add functions used for explicit cache operations | R |
| 2025-09-12 | Fix AT32 compile after #3152 | HiFiPhile |
| 2025-09-12 | Update comment | HiFiPhile |
| 2025-09-12 | Merge branch 'master' into sb-ep | HiFiPhile |
| 2025-09-12 | ehci: fix removed qhd get reused | HiFiPhile |
| 2025-09-12 | echi: fix NXP USBPHY disconnection detection | HiFiPhile |
| 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 |