summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2025-03-10fix desc_end in vendord_open()Cynventria[CitRA]
2025-03-09Merge pull request #1627 from atoktoto/midihostHa Thach
2025-03-07Merge pull request #2937 from pschatzmann/rp2040-isoHa Thach
2025-03-06fix(dwc2) host driver conflict with max3421ehathach
2025-03-06hack: force/overwrite endpoint mps to 64 for device that incorrectly report 5...hathach
2025-03-06midi host: skip rx data with all zeroeshathach
2025-03-05rp2040: abort transfer if active in iso_activate()hathach
2025-03-05Merge branch 'master' into fork/pschatzmann/rp2040-isohathach
2025-03-05Merge branch 'master' into fork/atoktoto/midihosthathach
2025-03-03- add tuh_descriptor_get_string_langid() APIhathach
2025-02-28fix(hcd_rp2040) assert/panic endpoint already active: when a device reset whi...hathach
2025-02-24add tuh_midi_mount_cb_t struct for tuh_midi_mount_cb()hathach
2025-02-24add desc_audio_control to midi descriptor callbackhathach
2025-02-24change API to take index instead of dev address, this allow to support more t...hathach
2025-02-24add tuh_midi_descriptor_cb()hathach
2025-02-21remove CFG_MIDI_HOST_DEVSTRINGS support, we will leave that for application t...hathach
2025-02-21Merge branch 'master' into fork/atoktoto/midihosthathach
2025-02-19more hub improve, handle more failed transfer with polling interrupt status e...hathach
2025-02-19complete separate hub epbuf from itfhathach
2025-02-19move status_change to epbufhathach
2025-02-17usbh always retry control transfer (max 3) in case of XFER_RESULT_FAILED.hathach
2025-02-17improve hub: retry if hub interrupt endpoint failedhathach
2025-02-14- rename tuh_midi_stream_flush() to tuh_midi_write_flush()hathach
2025-02-14- change signature of tuh_midi_mount/umount_cb()hathach
2025-02-14- remove tuh_midi_read_poll(), auto schedule EP in when set_config() and xfer...hathach
2025-02-13update midi host to use endpoint stream APIhathach
2025-02-12- use CFG_TUH_MIDI as number of midi host instancehathach
2025-02-12fix host midi buildhathach
2025-02-12pre-commit fixhathach
2025-02-12clean uphathach
2025-02-12Merge branch 'master' into fork/atoktoto/midihosthathach
2025-02-11remove freeeRTOSConfig in exampleshathach
2025-02-11Merge pull request #2914 from ReimuNotMoe/masterHa Thach
2025-02-10Merge pull request #2982 from hathach/fix-stringop-overread-warningHa Thach
2025-02-07add full hid usage for Digitizer Page (0x0D), move thing around a bit.hathach
2025-02-07Merge branch 'refs/heads/master' into fork/jay94ks/styluspenhathach
2025-02-07fix stringop-overread warning for msc device with memmovehathach
2025-02-06use speed enumJannis Konrad
2025-02-05ch32v3 fs: signal bus speedJannis Konrad
2025-01-25Merge branch 'master' into zephyr-supporthathach
2025-01-25fix cihathach
2025-01-23kind of work with zephyr with pca10056 with cmake -DBUILD_ZEPHYRhathach
2025-01-22Merge pull request #2950 from espressif/fix/ncm_buffer_validationHiFiPhile
2025-01-22- change to use CMAKE_SYSTEM_CPU to prevent CMAKE_SYSTEM_PROCESSOR conflict w...hathach
2025-01-21zephyrhathach
2025-01-21bump up cmake min to 3.20hathach
2025-01-20add s3 undefined speed note for racing issue with reset.hathach
2025-01-15fix(ncm): Return invalid NTBs to free listTomas Rezucha
2025-01-15rp2040 correct dcd_edpt_iso_activatepschatzmann
2025-01-15Merge pull request #2947 from espressif/fix/ncm_buffer_checksHiFiPhile