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
/
ohci
/
ohci.h
Age
Commit message (
Expand
)
Author
2026-07-02
license: use SPDX identifiers for src/ headers (#3749)
Ha Thach
2025-10-31
Merge branch 'master' into fork/ArcaneNibble/ohci-upstream
hathach
2025-10-30
Merge branch 'master' into add-ohci-lpc55
hathach
2025-10-28
fix Identifiers that start with '__' or '_[A-Z]' are reserved.
hathach
2025-10-10
try to enable ohci for lpc55 but not working, probably clock issue
hathach
2025-10-09
fix todo size in list_reverse()
hathach
2025-10-09
centralize hcd_dcache_uncached() for ED
hathach
2025-09-13
ohci: Use uncached alias to access EDs
R
2025-09-13
ohci: Re-implement TD allocation, matching the specification
R
2025-09-12
ohci: Align TDs to cache lines
R
2024-02-19
fix wrong volatile usage in ohci gtd
Ha Thach
2024-01-11
move gtd extra out of control struct to save sram
hathach
2024-01-10
[OHCI] Allow more than 16 devices
Ryzee119
2023-02-22
move and add optional tusb_app_virt_to_phys/tusb_app_phys_to_virt
hathach
2023-02-22
rename OHCI_RHPORTS to TUP_OHCI_RHPORTS
hathach
2023-02-18
ohci: Support configurable number of roothub ports
Ryzee119
2023-02-18
ohci: Expand roothub descriptors into unions
Ryzee119
2022-12-04
Fix typos
Bastien Nocera
2022-03-04
fix naming, and build
hathach
2022-03-04
correct qhd and qtd count for ehci/ohci
hathach
2022-03-04
rename HCD_MAX_XFER to CFG_TUH_ENDPOINT_MAX
hathach
2022-01-28
OHCI: Fix array out of bounds issue
Ryzee119
2021-08-23
rename CFG_TUSB_HOST_DEVICE_MAX to CFG_TUH_DEVICE_MAX
hathach
2021-05-31
correct ohci endpoint address in xfer complete
hathach
2021-02-23
move ehci and ohci to portable folder
hathach