index
:
tinyusb.git
agent/fix-dwc2-host-fifo-allocation
claude/add-systemview-debug
claude/adoring-pasteur-kbaFa
claude/arm-cortex-etm-jttace-4fr29r
claude/audio-fifo-priming
claude/mtp-data-phase-fixes
claude/usbh-enum-timeout
claude/wch-ch569-ch32h417-usb3
codex/class-reference-docs
copilot/fix-hil-tinyusb-job
dcd_ch32hs_spd
docs/stm32f7-usb-host-limitation
docs/worktree-reuse-workflow
feature/rtt-windows-lifecycle
gh-pages
hil-add-ea4088qs
hil-openocd-recover-flasher
master
merge_os
port-embos
pr3864-alt
raw_gadget_review
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
2025-10-25
Merge pull request #3319 from peppapighs/dwc2-usbsuspm
Zixun LI
2025-10-25
dcd/dwc2: clear pending suspend interrupt before usb reset
peppapighs
2025-10-24
fix more warnings
hathach
2025-10-14
fix lots of warnings for missing-prototypes for irqhandler
hathach
2025-10-10
successfully
poornadharshan13-rgb
2025-10-07
dcd/dwc2: cleanup previous pending EP0 IN transfer if a SETUP packet is received
Mengsk
2025-10-06
dcd/dwc2: fix enumration when EP0 size=8
Mengsk
2025-07-10
FIx recurrent suspend ISR.
HiFiPhile
2025-06-04
chore: squash previous commits from other branches
James Sandison
2025-05-21
add usbd_spin_lock/unlock for driver usage
hathach
2025-05-21
osal_spin skipping lock/unlock when executed in isr
hathach
2025-05-20
rename osal_critcal to osal_spinlock
hathach
2025-05-19
implement osal critical for none/freertos/pico-sdk
hathach
2025-05-19
dwc2 only enter critical in isr with multiple core CPUs
hathach
2025-05-19
add osal_critical API() for use with dwc2
hathach
2025-05-19
fix(dcd): Fixed race condition on device disconnect
Tomas Rezucha
2025-04-14
channge DWC2_CHANNEL_COUNT/DWC2_EP_COUNT to inline function
hathach
2025-04-09
dwc2: refactor bitfields.
HiFiPhile
2024-12-11
fix correct DWC2_EP_COUNT
hathach
2024-11-28
fix(dcd_dwc2): Correct usage of dwc2_controller
Roman Leonov
2024-11-28
fix(dcd_dwc2): Reset allocated_epin_count on bus reset and close all ep
Roman Leonov
2024-11-27
fix typo
hathach
2024-11-26
hcd dwc2 add dcache support, usbh correctly use cache line size with TUH_EPBU...
hathach
2024-11-25
change dcd_dcache_*() API return type from void to bool
hathach
2024-11-21
use TUD_EPBUF_DEF to declare buffer memory for midi
hathach
2024-11-21
make sure usb buffer occupies whole cache line when DCACHE is enabled for msc...
hathach
2024-11-20
dcd wrap data to dcd_data_t, add padding for setup_packet to match cache line...
hathach
2024-11-20
add CFG_TUD_MEM_DCACHE_ENABLE, CFG_TUD_MEM_DCACHE_LINE_SIZE option
hathach
2024-11-20
have p4 dma somewhat working but having issue with buffer that does not occup...
hathach
2024-11-20
feature(dcd_dwc2): Added cache synchronization
Roman Leonov
2024-11-20
feature(dcd_dwc2): Added cache synchronization
Roman Leonov
2024-11-18
remove commented code
hathach
2024-11-18
clean up
hathach
2024-11-18
move handle ep slave/dma wihtin compiler macro
hathach
2024-11-18
merge back and improve edpt_schedule_packets
hathach
2024-11-18
seperate handle_epin_dma/slave
hathach
2024-11-18
separate handle out dma and slave
hathach
2024-11-14
clean up, add typdef for dwc2 type for device
hathach
2024-11-14
rename CFG_TUD_DWC2_DMA to CFG_TUD_DWC2_DMA_ENABLE
hathach
2024-11-08
fix warnings
hathach
2024-11-01
rename and add both CFG_TUH_DWC2_SLAVE_ENABLE/CFG_TUH_DWC2_DMA_ENABLE better ...
hathach
2024-10-29
correct the fifo_available comparison (words not byte)
hathach
2024-10-28
implement hcd_edpt_abort_xfer, hcd_device_close,
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
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
[next]