summaryrefslogtreecommitdiff
path: root/src/portable/synopsys/dwc2/dcd_dwc2.c
AgeCommit message (Expand)Author
2025-12-30tusb_fifo remove item_size make it fifo of byteshathach
2025-12-02limit to bulk epZixun LI
2025-12-02Merge remote-tracking branch 'tinyusb/master' into dwc2_cfgZixun LI
2025-11-27more renamehathach
2025-11-21dcd/dwc2: add IN fifo configureHiFiPhile
2025-11-20refactor tu_fifo, add tu_fifo_write/read/peek_n_access()hathach
2025-11-19Merge remote-tracking branch 'tinyusb/master' into copilot/fix-dcd-edpt-xfer-...HiFiPhile
2025-11-19extract to handle_incomplete_iso_in() for readabilityhathach
2025-11-19Merge branch 'master' into fork/HiFiPhile/dwc2_iso_incomphathach
2025-11-19Merge branch 'refs/heads/master' into dwc2_ep0hathach
2025-11-18Merge branch 'master' into fork/HiFiPhile/dwc2_iso_incomphathach
2025-11-11Merge remote-tracking branch 'tinyusb/master' into copilot/fix-dcd-edpt-xfer-...HiFiPhile
2025-11-06fix compile issue when enable both host and device for dwc2hathach
2025-11-04Fixed more alert found by PVS-Studiohathach
2025-10-31Merge branch 'copilot/fix-dcd-edpt-xfer-issue' of https://github.com/hathach/...HiFiPhile
2025-10-31Merge remote-tracking branch 'tinyusb/master' into copilot/fix-dcd-edpt-xfer-...HiFiPhile
2025-10-31Skip TXFE for EP0HiFiPhile
2025-10-30Simply restart the transferHiFiPhile
2025-10-30Retry until bIntervalHiFiPhile
2025-10-30Refactor IN fifo writeMengsk
2025-10-29Merge branch 'master' into dwc2_ep0hathach
2025-10-25Merge pull request #3319 from peppapighs/dwc2-usbsuspmZixun LI
2025-10-25dcd/dwc2: clear pending suspend interrupt before usb resetpeppapighs
2025-10-24fix more warningshathach
2025-10-22Apply suggestions from code reviewZixun LI
2025-10-22Fix duplicate is_isr parameter in dcd_dwc2.ccopilot-swe-agent[bot]
2025-10-22Add is_isr parameter to dcd_edpt_xfer and dcd_edpt_xfer_fifocopilot-swe-agent[bot]
2025-10-14fix lots of warnings for missing-prototypes for irqhandlerhathach
2025-10-11Merge branch 'master' into dwc2_iso_incompHiFiPhile
2025-10-11Merge branch 'master' into dwc2_ep0HiFiPhile
2025-10-10dcd/dwc2: fix EP0 mulit-packet logic, write the packet directly if num_packet...HiFiPhile
2025-10-10successfullypoornadharshan13-rgb
2025-10-07dcd/dwc2: cleanup previous pending EP0 IN transfer if a SETUP packet is receivedMengsk
2025-10-06dcd/dwc2: fix enumration when EP0 size=8Mengsk
2025-10-02dwc2: support ISO IN transfer when bInterval > 1HiFiPhile
2025-07-10FIx recurrent suspend ISR.HiFiPhile
2025-06-04chore: squash previous commits from other branchesJames Sandison
2025-05-21add usbd_spin_lock/unlock for driver usagehathach
2025-05-21osal_spin skipping lock/unlock when executed in isrhathach
2025-05-20rename osal_critcal to osal_spinlockhathach
2025-05-19implement osal critical for none/freertos/pico-sdkhathach
2025-05-19dwc2 only enter critical in isr with multiple core CPUshathach
2025-05-19add osal_critical API() for use with dwc2hathach
2025-05-19fix(dcd): Fixed race condition on device disconnectTomas Rezucha
2025-04-14channge DWC2_CHANNEL_COUNT/DWC2_EP_COUNT to inline functionhathach
2025-04-09dwc2: refactor bitfields.HiFiPhile
2024-12-11fix correct DWC2_EP_COUNThathach
2024-11-28fix(dcd_dwc2): Correct usage of dwc2_controllerRoman Leonov
2024-11-28fix(dcd_dwc2): Reset allocated_epin_count on bus reset and close all epRoman Leonov
2024-11-27fix typohathach