summaryrefslogtreecommitdiff
path: root/src/portable
AgeCommit message (Expand)Author
2025-04-15Merge branch 'master' into dwc2-host-fix-disconnectMaxime 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-12host/dwc2: cleanup transfer on device closeHiFiPhile
2025-04-12Merge remote-tracking branch 'upstream/master' into h7rsHiFiPhile
2025-04-12Fix typoHiFiPhile
2025-04-12Fix handle_hprt_irqHiFiPhile
2025-04-11host/dwc2: resume OUT transfer when PING ACKedHiFiPhile
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-08dwc2/host: remove hcd_event_device_remove() call from handle_hptr_irq to prev...Maxime Vincent
2025-04-07dwc2/host: enable disconnect interrupt + handle itMaxime Vincent
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-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-24Merge remote-tracking branch 'upstream/master' into h7rsHiFiPhile
2025-03-16Fix interupt, LowSpeed switching and renameverylowfreq
2025-03-16Update hcd_init() signature. Add osal_task_delay() implementation for none os.verylowfreq
2025-03-16Fix for timing, timeout, and device switching issuesverylowfreq
2025-03-16Fix the condition related to CFG_TUH_WCH_USBIP_USBFS macroverylowfreq
2025-03-16fix pre-commmithathach
2025-03-16Repeat xfer on USB_PID_OUT if data is larger than MaxPacketSizeverylowfreq
2025-03-16Add ch32v20x usbfs hcd initial support.verylowfreq
2025-03-16Fix 2 IAR warnings.HiFiPhile
2025-03-07Merge pull request #2937 from pschatzmann/rp2040-isoHa Thach
2025-03-06fix(dwc2) host driver conflict with max3421ehathach
2025-03-05rp2040: abort transfer if active in iso_activate()hathach
2025-03-05Merge branch 'master' into fork/pschatzmann/rp2040-isohathach
2025-02-28fix(hcd_rp2040) assert/panic endpoint already active: when a device reset whi...hathach
2025-02-11Merge pull request #2914 from ReimuNotMoe/masterHa Thach
2025-02-06use speed enumJannis Konrad
2025-02-05ch32v3 fs: signal bus speedJannis Konrad
2025-01-31Merge remote-tracking branch 'upstream/master' into h7rsHiFiPhile
2025-01-24Add NUCLEO-H7S3L8 BSP.HiFiPhile
2025-01-23kind of work with zephyr with pca10056 with cmake -DBUILD_ZEPHYRhathach
2025-01-20add s3 undefined speed note for racing issue with reset.hathach
2025-01-15rp2040 correct dcd_edpt_iso_activatepschatzmann
2024-12-27dcd_pic: check USBBUSY bit on PIC32sReimu NotMoe
2024-12-27dcd_pic: let the user manage shared GPIO/VBUS pinReimu NotMoe
2024-12-27dcd_pic: handle EP0 timeout/stall correctlyReimu NotMoe
2024-12-27dcd_pic: implement dcd_deinit()Reimu NotMoe
2024-12-27dcd_pic: handle remote wakeup more correctlyReimu NotMoe
2024-12-27dcd_pic: handle bus resume correctlyReimu NotMoe
2024-12-27dcd_pic: change license header and credit people accordinglyReimu NotMoe
2024-12-27dcd_pic: add readmeReimu NotMoe