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
/
dcd_dwc2.c
Age
Commit message (
Expand
)
Author
2026-07-15
dwc2: fix EP0 OUT dcache invalidate range; run usbtest on espressif s3/p4 and...
hathach
2026-07-02
license: use SPDX identifiers for src/ headers (#3749)
Ha Thach
2026-06-04
dwc2: cleanup setup_packet pointer cast (review feedback)
hathach
2026-06-04
Update setup buffer size definition based on DMA configuration
hathach
2026-06-04
Merge branch 'master' into dwc2_postfix
hathach
2026-06-03
dwc2: address Copilot review (comment grammar/typo, tinyusb.json f407 dedup)
hathach
2026-06-03
dwc2: remove investigation debug logging
hathach
2026-06-03
dwc2: submit setup packet on SETUP_DONE and drop spurious EP0 RX_COMPLETE on ...
hathach
2026-06-02
dcd/dwc2: fix back-to-back SETUP reception in DMA mode
HiFiPhile
2026-05-29
dwc2: process IN EP before OUT
HiFiPhile
2026-05-29
dwc2: move OUT transfer management into RXFLVL IRQ
HiFiPhile
2026-05-27
dwc2: fix EP0 DMA setup race condition
HiFiPhile
2026-05-27
dwc2: simplify EP0 ZLP handling
HiFiPhile
2026-05-22
Merge remote-tracking branch 'tinyusb/master' into fix/Dwc2Stm32U5
HiFiPhile
2026-05-22
dwc2: handle EP0 status OUT in RXFLVL interrupt
HiFiPhile
2026-05-12
dcd/dwc2: fix ISO IN endpoint become disabled after incomplete transfer
HiFiPhile
2026-05-09
dwc2: guard EP0 status completion with armed ZLP state
Alex-Schaefer
2026-05-09
dwc2: preserve EP0 status completion before SETUP
Alex-Schaefer
2026-04-23
Merge pull request #3601 from hathach/fix-conversion-warnings
Ha Thach
2026-04-22
Add ESP32-S31 as a supported MCU in TinyUSB
igor.masar
2026-04-17
fix some Wconversion warnings
hathach
2026-04-10
Update src/portable/synopsys/dwc2/dcd_dwc2.c
Ha Thach
2026-04-10
add dwc2_clock_init() to have nrf54 initial sequence. currently stub for othe...
hathach
2026-04-09
rename ep_fifo_size (bytes) to otg_dfifo_depth (words)
hathach
2026-03-30
Revert unintentional removal of comment
gab-k
2026-03-30
Revert back to simple edpt_disable()/edpt_activate() inside dcd_edpt_iso_acti...
gab-k
2026-03-28
Clear DOEPCTL_USBAEP instead of setting DOEPCTL = DOEPCTL_SNAK
gab-k
2026-03-28
Minimize changes in ISO OUT reset fix
gab-k
2026-03-28
fix ISO OUT stale state on alt-setting switch with different MPS
gab-k
2026-03-04
add PHY deinitialization support for DWC2 driver across all MCUs
hathach
2026-03-03
Merge branch 'master' into dwc2_deinit
hathach
2026-03-02
fix(dcd/dwc2): Do not modify FS PHY registers on HS PHY ESP32-P4
Tomas Rezucha
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-19
Better variable/function names
Cédric Berger
2026-02-13
use CFG_TUD_CONFIGURE_DWC2_DEFAULT to make it easier to add more value
hathach
2026-02-13
add CFG_TUD_VBUS_SENSE, that could allow to skip tud_configure() for fixed vb...
hathach
2026-01-31
dwc2: add vbus sense config
HiFiPhile
2026-01-30
dcd/dwc2: Fix SEDET unable to be cleared on stm32u5
HiFiPhile
2026-01-06
dwc2: implement deinit
HiFiPhile
2026-01-03
fix build with dwc2
hathach
2026-01-03
add default access mode for tu_hwfifo API make it easier for non-custom read/...
hathach
2026-01-03
add tu_hwfifo_access_t param to hwfifo API
hathach
2026-01-01
change signature of tu_hwfifo_* to have hwfifo as first parameter
hathach
2025-12-31
add separate tu_hwifo_*() with data from buffer/software fifo. Remove duplica...
hathach
2025-12-31
update tu_fifo to work with fsdev hwfifo with increased address 16/32bit
hathach
2025-12-31
re-branding fixed address fifo read/write to stride mode
hathach
2025-12-30
tusb_fifo remove item_size make it fifo of bytes
hathach
[next]