summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)Author
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
2025-07-26More catches.raldone01
2025-07-24Improve web usb and web serial robustness.raldone01
2025-07-11Mitigate potential xss.raldone01
2025-07-11add tud_msc_inquiry2_cb() for full inquiry responsehathach
2025-07-09add board_vbus_set() for samd21/d51 to enable usb host vbushathach
2025-07-08Use localstorage clear.raldone01
2025-07-08Remember scroll position.raldone01
2025-07-08Fix ui desync issue. Fix disconnection issue.raldone01
2025-07-08Merge remote-tracking branch 'origin/master' into xfer_isrhathach
2025-07-05Add missing idf cmake file.raldone01
2025-07-05Remove double text encoder in `SerialPort`.raldone01
2025-07-05Add support for dark and light theme.raldone01
2025-07-05Attempt to fix disconnect button state desync.raldone01
2025-07-05Improve performance slightlyraldone01
2025-07-05Choose a larger buffer.raldone01
2025-07-05Major overhaul and logic cleanup.raldone01
2025-07-05Minor bug fixes.raldone01
2025-07-05Rewrite of the web_serial example website.raldone01