summaryrefslogtreecommitdiff
path: root/examples/device/mtp/src/tusb_config.h
AgeCommit message (Collapse)Author
2026-05-13Add GetPartialObject to MTP exampleWojciech Klimek
Added support for GetPartialObject for better compatibility with Linux file explorers.
2025-10-28fix Identifiers that start with '__' or '_[A-Z]' are reserved.hathach
fix compiling with nuc family
2025-09-27implement control requesthathach
2025-09-25clean up, wrap up bulk command supportedhathach
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-08-06Add MTP class deviceMaurizio Pesce