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_usbhs.c
Age
Commit message (
Expand
)
Author
2026-07-09
dcd(ch32-usbhs): re-queue the pending OUT read on clear-halt
hathach
2026-07-02
license: use SPDX identifiers for src/ headers (#3749)
Ha Thach
2026-05-26
ch32_usbhs: fix endpoint stall length index and clear-stall response
Jie Feng
2026-05-23
dcd/ch32x: optmize CTRL reg writing, basically revert e14b0e85
HiFiPhile
2026-05-23
dcd/ch32hs: refactor transfer flow
HiFiPhile
2026-05-23
dcd/ch32x : code reformat
HiFiPhile
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-07-05
always define CFG_TUH_WCH_USBIP_USBFS=1 for ch32v20x since only port1 support...
hathach
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-21
re-add sof event
hathach
2024-05-21
- minor update to ep_set_response_and_toggle/xfer_data_packet
hathach
2024-05-21
use CFG_TUD_ENDPOINT0_SIZE, rename ep0_data_in_out_buffer to simply ep0_buffer
hathach
2024-05-21
fix(ch32, iso): fix iso IN transfers for CH32
Denis Krasutski
2024-05-21
bugfix(ch32-hs-dcd): fix ch32 DATAx managment and long packet transmission
dkrasutski
2024-05-20
use correct wch usbhs, usbfs for ch32v307 using CFG_TUD_MAX_SPEED
hathach
2024-05-09
Format.
HiFiPhile
2024-05-09
Merge branch 'master' into pr/2181
HiFiPhile
2023-10-06
feat(ch32f20x): add support of ch32f20x
denis.krasutski