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
/
wch
/
dcd_ch32_usbfs.c
Age
Commit message (
Expand
)
Author
2026-07-12
dcd(ch32_usbfs): reset stale transfer state in dcd_edpt_iso_activate
hathach
2026-07-09
dcd(ch32-usbfs): isochronous support
hathach
2026-07-02
license: use SPDX identifiers for src/ headers (#3749)
Ha Thach
2026-06-22
hw/bsp+wch: rename the CH58x family to ch583 and OPT_MCU_CH58X to OPT_MCU_CH583
hathach
2026-06-20
dcd/wch: drop toggle-mismatched OUT packets on all USBFS variants
hathach
2026-06-19
dcd/ch58x: preserve the DEV_ADDR general-purpose bit on SET_ADDRESS
hathach
2026-06-19
dcd/ch58x: drop stale EP0 transfer state on SETUP
hathach
2026-06-19
dcd/ch58x: report bus resume instead of a second suspend
hathach
2026-06-19
dcd/ch58x: advance EP0 OUT data toggle for multi-packet control transfers
hathach
2026-06-19
dcd/ch58x: keep IRQ masked across the EP-arming RMW in dcd_edpt_xfer
hathach
2026-06-19
dcd/ch58x: complete the EP register map and right-size EP buffers
hathach
2026-06-18
dcd/ch58x: drive CH582/583 with shared dcd_ch32_usbfs.c
hathach
2026-06-18
dcd/ch32_usbfs: support CH32V103 combined endpoint control register
hathach
2026-05-23
dcd/ch32x: optmize CTRL reg writing, basically revert e14b0e85
HiFiPhile
2026-05-23
dcd/ch32fs: do not set EP0 to ACK on status complete
HiFiPhile
2026-05-23
dcd/ch32fs: clear INT flag after processing
HiFiPhile
2026-05-23
dcd/ch32x : code reformat
HiFiPhile
2026-05-23
dcd/ch32fs: set EP to NAK earlier to reduce spuroius transfer
HiFiPhile
2026-05-22
dcd/ch32fs: reset EP on clear stall
HiFiPhile
2026-05-22
dcd/ch32fs: fix ISO IN transfer
HiFiPhile
2026-05-22
dcd/ch32fs: only enable EP0 ACK if no data stage, reduce race
HiFiPhile
2026-05-22
dcd/ch32fs: reset EP regs on bus reset
HiFiPhile
2026-04-28
fix(dcd_ch32_usbfs): fix dropped bulk OUT packets by properly re-arming EP_RX...
mickabrig7
2025-11-19
Merge remote-tracking branch 'tinyusb/master' into copilot/fix-dcd-edpt-xfer-...
HiFiPhile
2025-11-17
make TUP_DCD_EDPT_ISO_ALLOC i.e dcd_edpt_iso_alloc()/dcd_edpt_iso_activate() ...
hathach
2025-10-22
Apply suggestions from code review
Zixun LI
2025-10-22
Add is_isr parameter to dcd_edpt_xfer and dcd_edpt_xfer_fifo
copilot-swe-agent[bot]
2025-02-06
use speed enum
Jannis Konrad
2025-02-05
ch32v3 fs: signal bus speed
Jannis Konrad
2024-10-14
change dcd_init() return from void to bool
hathach
2024-10-14
change the tusb_rhport_init_t struct, exclude the rhport to make API more con...
hathach
2024-10-11
change dcd_init() to take rhport struct
hathach
2024-05-24
wch usbfs/usbhs need to specify which driver to use. for v307 default to high...
hathach
2024-05-20
code format
hathach
2024-05-20
use correct wch usbhs, usbfs for ch32v307 using CFG_TUD_MAX_SPEED
hathach
2024-05-20
temp code
hathach
2024-05-19
fix ep0 stall not clearing
Matthew Tran
2024-05-16
change default risv-gcc to riscv-none-elf- and add _zicsr extension
hathach
2024-05-15
add CH32V20x USB OTG/FS driver
Matthew Tran