summaryrefslogtreecommitdiff
path: root/examples/device
AgeCommit message (Collapse)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
Signed-off-by: HiFiPhile <[email protected]>
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
Signed-off-by: HiFiPhile <[email protected]>
2025-09-17Fix board_init_after_tusbHiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2025-09-15fix copying readme.txt contentshathach
2025-09-15Merge branch 'master' into fork/ennebi/mtphathach
2025-09-12exclude stm32l0538 due to size limitHiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2025-09-12add all constant from MTP specs appendix, rename some e.g OPEC to OP, EVTC ↵hathach
to EVENT
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 ↵hathach
driver can execute xfer_is()
2025-08-02fix tud_audio_set_itf_close_EP_cb() typohathach
2025-08-02Merge pull request #3091 from raldone01/fix/web_serialHa Thach
Rewrite of the web_serial example website.
2025-08-02Merge pull request #3195 from hathach/update-inquiry2Ha Thach
add bufsize to tud_msc_inquiry2_cb()
2025-08-01Update examples/device/msc_dual_lun/src/msc_disk_dual.cHa Thach
Co-authored-by: Copilot <[email protected]>
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 ↵hathach
match mcu, add meta data
2025-08-01Merge pull request #3191 from hathach/at32Ha Thach
support at32 mcu (2)
2025-07-31add ci build for all at32, use linker and startup from mcu cmsis instead of ↵hathach
local files
2025-07-29Add reconnect mraldone01