summaryrefslogtreecommitdiff
path: root/src/portable/synopsys/dwc2/dwc2_common.c
AgeCommit message (Expand)Author
2026-07-02license: use SPDX identifiers for src/ headers (#3749)Ha Thach
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-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-21check femtoPHY speedHiFiPhile
2026-02-20refactor config optionHiFiPhile
2026-02-19Fix a couple indentationsCédric Berger
2026-02-19Introduce TUH_CFGID_PHY_SPEED configure optionCédric Berger
2026-02-19Better variable/function namesCédric Berger
2026-01-06dwc2: implement deinitHiFiPhile
2026-01-03add tu_hwfifo_access_t param to hwfifo APIhathach
2025-11-06fix compile issue when enable both host and device for dwc2hathach
2025-09-15dwc2: wait for ahb idle before core resethathach
2025-09-03Merge pull request #3206 from hathach/update-at32f405-phywidth-selHa Thach
2025-08-28fix(dcd/dwc2): Fix reset procedure for versions >=4.20aTomas Rezucha
2025-08-07update at32f405 dwc2 info and phy width selectionhathach
2025-07-31clean uphathach
2025-07-07support at32 mcuzhiqiang
2025-04-23rename and expose tuh_bus_info_get() to applicationhathach
2025-04-14channge DWC2_CHANNEL_COUNT/DWC2_EP_COUNT to inline functionhathach
2025-04-09dwc2: refactor bitfields.HiFiPhile
2024-11-20have p4 dma somewhat working but having issue with buffer that does not occup...hathach
2024-11-14clean up, add typdef for dwc2 type for devicehathach
2024-11-01move buffer and buflen to hcd_endpoint_t to support periodic endpointhathach
2024-11-01rename and add both CFG_TUH_DWC2_SLAVE_ENABLE/CFG_TUH_DWC2_DMA_ENABLE better ...hathach
2024-10-25got In transfer working, able to get 1st device descriptor and set addresshathach
2024-10-25hcd able to send setup packethathach
2024-10-25more progress on dwc2 hcd, initial code for edpt xferhathach
2024-10-21add tusb_time_millis(), able to reset and enable dwc2 port and get SOF activehathach
2024-10-21get hprt interrupt triggeredhathach
2024-10-17get hpri triggeredhathach
2024-10-16move gahbcfg/gintmsk with dma to dwc2 commonhathach
2024-10-15move core init code to dwc2 common. update/correct build for esppressifhathach
2024-10-15adding hcd dwc2hathach