| Age | Commit message (Expand) | Author |
| 2026-06-29 | docs: add build-doc tooling and a README for every example | hathach |
| 2026-05-13 | Add GetPartialObject to MTP example | Wojciech Klimek |
| 2026-04-21 | replace `TUD_ENDPOINT_ONE_DIRECTION_ONLY` with `CFG_TUD_ENDPOINT_ONE_DIRECTIO... | hathach |
| 2026-03-25 | mtp: add sending mtp response if MTP_RESP_OPERATION_NOT_SUPPORTED | stepan chepushtanov |
| 2026-02-28 | replace board_millis() with tusb_time_millis_api() | hathach |
| 2025-12-29 | example/mtp: fix root parent id | HiFiPhile |
| 2025-12-19 | clean up cmake, remove family_get_project_name() | hathach |
| 2025-11-07 | fix more alerts found by pvs-studio | hathach |
| 2025-11-05 | added .clang-format | hathach |
| 2025-10-28 | fix Identifiers that start with '__' or '_[A-Z]' are reserved. | hathach |
| 2025-10-28 | fix descriptor warning when shifting zero | hathach |
| 2025-10-24 | fix several warnings | hathach |
| 2025-10-14 | more make refactor | hathach |
| 2025-10-14 | move make.mk to hw/bsp/family_support.mk | hathach |
| 2025-10-06 | fix typo | hathach |
| 2025-10-03 | fix iar build | hathach |
| 2025-10-02 | fix typos | hathach |
| 2025-10-02 | mtp example work with highspeed device | hathach |
| 2025-10-02 | fix mtp serial | hathach |
| 2025-10-02 | HIL add timeout for opening mtp device | hathach |
| 2025-10-01 | test mtp with hil | hathach |
| 2025-09-30 | fix serial, try to test mtp with hil | hathach |
| 2025-09-29 | fix ci | hathach |
| 2025-09-29 | refactor mtp examples, add phase and session id to callback data | hathach |
| 2025-09-27 | make command container more consistent | hathach |
| 2025-09-27 | implement serial for MTP | hathach |
| 2025-09-27 | implement control request | hathach |
| 2025-09-26 | skip mtp for cynthion_d11 | 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 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-15 | fix copying readme.txt contents | hathach |
| 2025-09-12 | add all constant from MTP specs appendix, rename some e.g OPEC to OP, EVTC to... | hathach |
| 2025-08-06 | Add MTP class device | Maurizio Pesce |