summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2025-04-15Merge branch 'master' into dwc2-proper-attach-debouncingMaxime Vincent
2025-04-15Merge pull request #3070 from HiFiPhile/bitfieldHa Thach
2025-04-14channge DWC2_CHANNEL_COUNT/DWC2_EP_COUNT to inline functionhathach
2025-04-12Merge pull request #3079 from byteit101/version-string-fixHiFiPhile
2025-04-12Fix typoHiFiPhile
2025-04-12Fix handle_hprt_irqHiFiPhile
2025-04-11Fix version string to actually be the versionPatrick Plenefisch
2025-04-11dwc2/host: attach debouncing fixesMaxime Vincent
2025-04-11dwc2/host: HFIR: Fix timing off-by-oneMaxime Vincent
2025-04-09Fix CI.HiFiPhile
2025-04-09dwc2: refactor bitfields.HiFiPhile
2025-04-06Merge pull request #3063 from maximevince/dwc2-host-fix-sof-flagHiFiPhile
2025-04-04dwc2/host: clear SOF flag in handle_sof_irq()Maxime Vincent
2025-04-03fix(hcd) hcd_edpt_open() return true if endpoint is already opened.hathach
2025-03-27Merge pull request #3043 from hathach/hcd-close-epHa Thach
2025-03-26added hcd_edpt_close() stub for other portshathach
2025-03-26hcd/ehci: hcd_edpt_open() return false if ep is already opened. implement hcd...hathach
2025-03-25add tuh_edpt_close() API, it will abort any pending transferhathach
2025-03-24device cdc: rename tud_cdc_configure_fifo/_t to tud_cdc_configure/_thathach
2025-03-24host: add tuh_enum_descriptor_device_cb() and tuh_enum_descriptor_configurati...hathach
2025-03-21Fix #3033: address review commentrppicomidi
2025-03-21Move misplaced statementrppicomidi
2025-03-21enable hil dual for metro m4 with max3421hathach
2025-03-20Fix #3033: Increase array bounds and test for overflowrppicomidi
2025-03-19Move iInterface per review commentrppicomidi
2025-03-18Fix compiler conversion error warningrppicomidi
2025-03-18fix tuh_midi_itf_get_info() desc->iInterface valuerppicomidi
2025-03-17Fix 3031: implement tuh_midi_itf_get_info()rppicomidi
2025-03-16Fix 2 IAR warnings.HiFiPhile
2025-03-15Add ctrl buffer alignment.HiFiPhile
2025-03-13Only clear stream_read & stream_write if they are definedrppicomidi
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