summaryrefslogtreecommitdiff
path: root/src/class/mtp
AgeCommit message (Expand)Author
2026-07-02license: use SPDX identifiers for src/ headers (#3749)Ha Thach
2026-06-03refactor(cmake): comment out unused target folder propertieshathach
2026-05-29Handle OUT transfer completion in MTPWojciech Klimek
2026-04-17remove duplicated tu_le16toh since we have converted the endian when setup.Fan DANG
2026-03-27fix string overflowHiFiPhile
2026-03-25mtp: fix adding empty cstring to mtp_container_infostepan chepushtanov
2026-02-07minor updatehathach
2026-01-13minor clean uphathach
2025-12-29device/mtp: improve loggingHiFiPhile
2025-12-28device/mtp: queue ZLP when neededHiFiPhile
2025-12-10Fix MTP transfer completion detection for exact-length packetscopilot-swe-agent[bot]
2025-11-11Merge remote-tracking branch 'tinyusb/master' into copilot/fix-dcd-edpt-xfer-...HiFiPhile
2025-11-05added .clang-formathathach
2025-10-22Fix copilot issuesMengsk
2025-10-22Add is_isr parameter to usbd_edpt_xfer and usbd_edpt_xfer_fifocopilot-swe-agent[bot]
2025-10-08fix incorrect MTP xact_len calculationRigoLigo
2025-10-01minor updatehathach
2025-09-29refactor mtp examples, add phase and session id to callback datahathach
2025-09-27make command container more consistenthathach
2025-09-27add edpt claim for public APIhathach
2025-09-27implement serial for MTPhathach
2025-09-27implement control requesthathach
2025-09-26implement tud_mtp_mounted() and tud_mtp_event_send()hathach
2025-09-26fix more ci buildhathach
2025-09-26fix compile warningshathach
2025-09-25clean up, wrap up bulk command supportedhathach
2025-09-25implement send object command, able to create new filehathach
2025-09-25implement MTP_OP_SEND_OBJECT_INFO, refactor fs examplehathach
2025-09-24clean uphathach
2025-09-24unify callback argument. support multiple packet get objecthathach
2025-09-23refactor APIhathach
2025-09-23try to add logo png to mtp examplehathach
2025-09-22implement get object, close sessionhathach
2025-09-21implement get object infohathach
2025-09-21implement get objection handleshathach
2025-09-20implement get device properties describer and device properties valuehathach
2025-09-20implement get device properties valuehathach
2025-09-19rework get storageIDs and get storage infohathach
2025-09-19rework get storageIDs and get storage infohathach
2025-09-19reworking MTP API, adding callback, getting GetDeviceInfo workinghathach
2025-09-16remove mtp contexthathach
2025-09-16refactor mtp xfer callbackhathach
2025-09-16refactor generic container to use EPBUF declarationhathach
2025-09-16merge context into interface and refactor, reformathathach
2025-09-12add all constant from MTP specs appendix, rename some e.g OPEC to OP, EVTC to...hathach
2025-08-06Add MTP class deviceMaurizio Pesce