index
:
tinyusb.git
claude/adoring-pasteur-kbaFa
claude/arm-cortex-etm-jttace-4fr29r
claude/wch-ch569-ch32h417-usb3
copilot/fix-hil-tinyusb-job
dcd_ch32hs_spd
gh-pages
master
merge_os
port-embos
worktree-ch569-hydrausb3
xfer_isr_fallback
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
portable
/
synopsys
/
dwc2
/
dwc2_common.c
Age
Commit message (
Expand
)
Author
2026-07-02
license: use SPDX identifiers for src/ headers (#3749)
Ha Thach
2026-03-05
add hs_phy_type parameter to dwc2_phy_deinit for selective PHY deinitializati...
hathach
2026-03-04
add PHY deinitialization support for DWC2 driver across all MCUs
hathach
2026-02-27
Merge remote-tracking branch 'tinyusb/master' into dwc2_deinit
HiFiPhile
2026-02-23
refactor: streamline high-speed PHY detection and configuration in DWC2 driver
hathach
2026-02-23
refactor: improve high-speed PHY handling and FIFO configuration in DWC2 driver
hathach
2026-02-22
refactor speed check
HiFiPhile
2026-02-21
check femtoPHY speed
HiFiPhile
2026-02-20
refactor config option
HiFiPhile
2026-02-19
Fix a couple indentations
Cédric Berger
2026-02-19
Introduce TUH_CFGID_PHY_SPEED configure option
Cédric Berger
2026-02-19
Better variable/function names
Cédric Berger
2026-01-06
dwc2: implement deinit
HiFiPhile
2026-01-03
add tu_hwfifo_access_t param to hwfifo API
hathach
2025-11-06
fix compile issue when enable both host and device for dwc2
hathach
2025-09-15
dwc2: wait for ahb idle before core reset
hathach
2025-09-03
Merge pull request #3206 from hathach/update-at32f405-phywidth-sel
Ha Thach
2025-08-28
fix(dcd/dwc2): Fix reset procedure for versions >=4.20a
Tomas Rezucha
2025-08-07
update at32f405 dwc2 info and phy width selection
hathach
2025-07-31
clean up
hathach
2025-07-07
support at32 mcu
zhiqiang
2025-04-23
rename and expose tuh_bus_info_get() to application
hathach
2025-04-14
channge DWC2_CHANNEL_COUNT/DWC2_EP_COUNT to inline function
hathach
2025-04-09
dwc2: refactor bitfields.
HiFiPhile
2024-11-20
have p4 dma somewhat working but having issue with buffer that does not occup...
hathach
2024-11-14
clean up, add typdef for dwc2 type for device
hathach
2024-11-01
move buffer and buflen to hcd_endpoint_t to support periodic endpoint
hathach
2024-11-01
rename and add both CFG_TUH_DWC2_SLAVE_ENABLE/CFG_TUH_DWC2_DMA_ENABLE better ...
hathach
2024-10-25
got In transfer working, able to get 1st device descriptor and set address
hathach
2024-10-25
hcd able to send setup packet
hathach
2024-10-25
more progress on dwc2 hcd, initial code for edpt xfer
hathach
2024-10-21
add tusb_time_millis(), able to reset and enable dwc2 port and get SOF active
hathach
2024-10-21
get hprt interrupt triggered
hathach
2024-10-17
get hpri triggered
hathach
2024-10-16
move gahbcfg/gintmsk with dma to dwc2 common
hathach
2024-10-15
move core init code to dwc2 common. update/correct build for esppressif
hathach
2024-10-15
adding hcd dwc2
hathach