| Age | Commit message (Expand) | Author |
| 2025-09-25 | implement delete object | 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-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 | reworking MTP API, adding callback, getting GetDeviceInfo working | hathach |
| 2025-09-17 | Fix board_reset_to_bootloader | HiFiPhile |
| 2025-09-17 | Fix board_init_after_tusb | HiFiPhile |
| 2025-09-15 | fix copying readme.txt contents | hathach |
| 2025-09-15 | Merge branch 'master' into fork/ennebi/mtp | hathach |
| 2025-09-12 | exclude stm32l0538 due to size limit | 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 warnings, update docs | hathach |
| 2025-08-06 | Add MTP class device | Maurizio Pesce |
| 2025-08-05 | fix rp2 iso transfer: reset state before notify stack. since new audio driver... | hathach |
| 2025-08-02 | fix tud_audio_set_itf_close_EP_cb() typo | hathach |
| 2025-08-02 | Merge pull request #3091 from raldone01/fix/web_serial | Ha Thach |
| 2025-08-02 | Merge pull request #3195 from hathach/update-inquiry2 | Ha Thach |
| 2025-08-01 | Update examples/device/msc_dual_lun/src/msc_disk_dual.c | Ha Thach |
| 2025-08-01 | add bufsize to tud_msc_inquiry2_cb() | hathach |
| 2025-08-01 | add at32 to README.rst, rename at32 board to lower case, correct name to matc... | hathach |
| 2025-08-01 | Merge pull request #3191 from hathach/at32 | Ha Thach |
| 2025-07-31 | add ci build for all at32, use linker and startup from mcu cmsis instead of l... | hathach |
| 2025-07-29 | Add reconnect m | raldone01 |
| 2025-07-26 | More catches. | raldone01 |
| 2025-07-24 | Improve web usb and web serial robustness. | raldone01 |
| 2025-07-11 | Mitigate potential xss. | raldone01 |
| 2025-07-11 | add tud_msc_inquiry2_cb() for full inquiry response | hathach |
| 2025-07-09 | add board_vbus_set() for samd21/d51 to enable usb host vbus | hathach |
| 2025-07-08 | Use localstorage clear. | raldone01 |
| 2025-07-08 | Remember scroll position. | raldone01 |
| 2025-07-08 | Fix ui desync issue. Fix disconnection issue. | raldone01 |
| 2025-07-08 | Merge remote-tracking branch 'origin/master' into xfer_isr | hathach |
| 2025-07-05 | Add missing idf cmake file. | raldone01 |
| 2025-07-05 | Remove double text encoder in `SerialPort`. | raldone01 |
| 2025-07-05 | Add support for dark and light theme. | raldone01 |
| 2025-07-05 | Attempt to fix disconnect button state desync. | raldone01 |
| 2025-07-05 | Improve performance slightly | raldone01 |
| 2025-07-05 | Choose a larger buffer. | raldone01 |
| 2025-07-05 | Major overhaul and logic cleanup. | raldone01 |
| 2025-07-05 | Minor bug fixes. | raldone01 |
| 2025-07-05 | Rewrite of the web_serial example website. | raldone01 |