summaryrefslogtreecommitdiff
path: root/src/portable/synopsys
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-25hcd/dwc2: update wording on hfirHiFiPhile
2026-06-25fix(dwc2_hcd): correct HFIR for Low-Speed devices via internal FS PHYZhang, Zhenjiang
2026-06-11Fix stm32f723disco host/cdc_msc_hid HIL: UART RX starvation + DWC2 DMA split-...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-05-04hcd/dwc2: fix txfifo full checkHiFiPhile
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-10clean uphathach
2026-04-10fix DWC2 FIFO depth values for STM32 familieshathach
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-04-09Add initial board support for nRF54LM20 DKgab-k
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-28Add nrf54lm20 dwc2 infogab-k
2026-03-28fix ISO OUT stale state on alt-setting switch with different MPSgab-k
2026-03-05add hs_phy_type parameter to dwc2_phy_deinit for selective PHY deinitializati...hathach
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-27cleanupHiFiPhile
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-22Apply suggestions from code reviewZixun LI
2026-02-22refactor speed checkHiFiPhile
2026-02-21check femtoPHY speedHiFiPhile
2026-02-21fix ciHiFiPhile
2026-02-20refactor config optionHiFiPhile