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
/
ehci
/
ehci.h
Age
Commit message (
Expand
)
Author
2026-07-02
license: use SPDX identifiers for src/ headers (#3749)
Ha Thach
2025-10-28
fix Identifiers that start with '__' or '_[A-Z]' are reserved.
hathach
2025-03-26
hcd/ehci: hcd_edpt_open() return false if ep is already opened. implement hcd...
hathach
2023-07-25
use standard EHCI USB INT instead of chipidea async/period interrupt to be co...
hathach
2023-07-21
implement hcd_edpt_abort_xfer() for EHCI, also move thing around a bit
hathach
2023-05-18
refactor ehci: add attached_buffer for dcache invalidate for IN transfer
hathach
2023-05-18
refactor ehci, since usbh only queue 1 TD per queue head
hathach
2023-05-18
more cache, fix an similar issue with OHCI when removing an queue head
hathach
2023-05-18
EHCI adding dcahe support, passing enumertaion
hathach
2023-05-17
adding hcd_dcache_clean/hcd_dcache_invalidate
hathach
2023-05-16
fix error on EHCI causes xfer error in non-queued qhd which cause memory fault
hathach
2023-05-09
fix ehci issue with portsc when enable port power and port reset
hathach
2022-12-04
Fix typos
Bastien Nocera
2022-03-03
Add host string descriptor functions
Scott Shawcroft
2021-08-23
add hcd attr, add note for ehci framelist on NXP derivative
hathach
2021-08-23
refactor ehci init api
hathach
2021-05-31
clean up
hathach
2021-02-23
move ehci and ohci to portable folder
hathach