summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Collapse)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
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
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
enable host example build for samd21/d51
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
# Conflicts: # examples/device/audio_4_channel_mic_freertos/src/main.c # examples/device/audio_test_freertos/src/main.c # src/class/audio/audio_device.c
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
Adds support for web serial as well.
2025-07-05Minor bug fixes.raldone01
Persist settings.
2025-07-05Rewrite of the web_serial example website.raldone01
Fixes: #2632