summaryrefslogtreecommitdiff
path: root/src/portable/synopsys/dwc2/dcd_dwc2.c
AgeCommit message (Expand)Author
2026-07-15dwc2: fix EP0 OUT dcache invalidate range; run usbtest on espressif s3/p4 and...hathach
2026-07-02license: use SPDX identifiers for src/ headers (#3749)Ha Thach
2026-06-04dwc2: cleanup setup_packet pointer cast (review feedback)hathach
2026-06-04Update setup buffer size definition based on DMA configurationhathach
2026-06-04Merge branch 'master' into dwc2_postfixhathach
2026-06-03dwc2: address Copilot review (comment grammar/typo, tinyusb.json f407 dedup)hathach
2026-06-03dwc2: remove investigation debug logginghathach
2026-06-03dwc2: submit setup packet on SETUP_DONE and drop spurious EP0 RX_COMPLETE on ...hathach
2026-06-02dcd/dwc2: fix back-to-back SETUP reception in DMA modeHiFiPhile
2026-05-29dwc2: process IN EP before OUTHiFiPhile
2026-05-29dwc2: move OUT transfer management into RXFLVL IRQHiFiPhile
2026-05-27dwc2: fix EP0 DMA setup race conditionHiFiPhile
2026-05-27dwc2: simplify EP0 ZLP handlingHiFiPhile
2026-05-22Merge remote-tracking branch 'tinyusb/master' into fix/Dwc2Stm32U5HiFiPhile
2026-05-22dwc2: handle EP0 status OUT in RXFLVL interruptHiFiPhile
2026-05-12dcd/dwc2: fix ISO IN endpoint become disabled after incomplete transferHiFiPhile
2026-05-09dwc2: guard EP0 status completion with armed ZLP stateAlex-Schaefer
2026-05-09dwc2: preserve EP0 status completion before SETUPAlex-Schaefer
2026-04-23Merge pull request #3601 from hathach/fix-conversion-warningsHa Thach
2026-04-22Add ESP32-S31 as a supported MCU in TinyUSBigor.masar
2026-04-17fix some Wconversion warningshathach
2026-04-10Update src/portable/synopsys/dwc2/dcd_dwc2.cHa Thach
2026-04-10add dwc2_clock_init() to have nrf54 initial sequence. currently stub for othe...hathach
2026-04-09rename ep_fifo_size (bytes) to otg_dfifo_depth (words)hathach
2026-03-30Revert unintentional removal of commentgab-k
2026-03-30Revert back to simple edpt_disable()/edpt_activate() inside dcd_edpt_iso_acti...gab-k
2026-03-28Clear DOEPCTL_USBAEP instead of setting DOEPCTL = DOEPCTL_SNAKgab-k
2026-03-28Minimize changes in ISO OUT reset fixgab-k
2026-03-28fix ISO OUT stale state on alt-setting switch with different MPSgab-k
2026-03-04add PHY deinitialization support for DWC2 driver across all MCUshathach
2026-03-03Merge branch 'master' into dwc2_deinithathach
2026-03-02fix(dcd/dwc2): Do not modify FS PHY registers on HS PHY ESP32-P4Tomas Rezucha
2026-02-27Merge remote-tracking branch 'tinyusb/master' into dwc2_deinitHiFiPhile
2026-02-23refactor: streamline high-speed PHY detection and configuration in DWC2 driverhathach
2026-02-23refactor: improve high-speed PHY handling and FIFO configuration in DWC2 driverhathach
2026-02-22refactor speed checkHiFiPhile
2026-02-19Better variable/function namesCédric Berger
2026-02-13use CFG_TUD_CONFIGURE_DWC2_DEFAULT to make it easier to add more valuehathach
2026-02-13add CFG_TUD_VBUS_SENSE, that could allow to skip tud_configure() for fixed vb...hathach
2026-01-31dwc2: add vbus sense configHiFiPhile
2026-01-30dcd/dwc2: Fix SEDET unable to be cleared on stm32u5HiFiPhile
2026-01-06dwc2: implement deinitHiFiPhile
2026-01-03fix build with dwc2hathach
2026-01-03add default access mode for tu_hwfifo API make it easier for non-custom read/...hathach
2026-01-03add tu_hwfifo_access_t param to hwfifo APIhathach
2026-01-01change signature of tu_hwfifo_* to have hwfifo as first parameterhathach
2025-12-31add separate tu_hwifo_*() with data from buffer/software fifo. Remove duplica...hathach
2025-12-31update tu_fifo to work with fsdev hwfifo with increased address 16/32bithathach
2025-12-31re-branding fixed address fifo read/write to stride modehathach
2025-12-30tusb_fifo remove item_size make it fifo of byteshathach