summaryrefslogtreecommitdiff
path: root/examples/device
AgeCommit message (Expand)Author
2025-10-03fix iar buildhathach
2025-10-02fix typoshathach
2025-10-02mtp example work with highspeed devicehathach
2025-10-02fix mtp serialhathach
2025-10-02HIL add timeout for opening mtp devicehathach
2025-10-01test mtp with hilhathach
2025-09-30fix serial, try to test mtp with hilhathach
2025-09-29fix cihathach
2025-09-29Merge branch 'master' into fork/ennebi/mtphathach
2025-09-29refactor mtp examples, add phase and session id to callback datahathach
2025-09-27audio: simplify alt settings managementHiFiPhile
2025-09-27make command container more consistenthathach
2025-09-27implement serial for MTPhathach
2025-09-27implement control requesthathach
2025-09-26skip mtp for cynthion_d11hathach
2025-09-26fix more ci buildhathach
2025-09-26fix compile warningshathach
2025-09-25clean up, wrap up bulk command supportedhathach
2025-09-25implement delete objecthathach
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-19reworking MTP API, adding callback, getting GetDeviceInfo workinghathach
2025-09-17Fix board_reset_to_bootloaderHiFiPhile
2025-09-17Fix board_init_after_tusbHiFiPhile
2025-09-15fix copying readme.txt contentshathach
2025-09-15Merge branch 'master' into fork/ennebi/mtphathach
2025-09-12exclude stm32l0538 due to size limitHiFiPhile
2025-09-12add all constant from MTP specs appendix, rename some e.g OPEC to OP, EVTC to...hathach
2025-09-12fix warnings, update docshathach
2025-08-06Add MTP class deviceMaurizio Pesce
2025-08-05fix rp2 iso transfer: reset state before notify stack. since new audio driver...hathach
2025-08-02fix tud_audio_set_itf_close_EP_cb() typohathach
2025-08-02Merge pull request #3091 from raldone01/fix/web_serialHa Thach
2025-08-02Merge pull request #3195 from hathach/update-inquiry2Ha Thach
2025-08-01Update examples/device/msc_dual_lun/src/msc_disk_dual.cHa Thach
2025-08-01add bufsize to tud_msc_inquiry2_cb()hathach
2025-08-01add at32 to README.rst, rename at32 board to lower case, correct name to matc...hathach
2025-08-01Merge pull request #3191 from hathach/at32Ha Thach
2025-07-31add ci build for all at32, use linker and startup from mcu cmsis instead of l...hathach
2025-07-29Add reconnect mraldone01