summaryrefslogtreecommitdiff
path: root/src/portable/ohci/ohci.h
AgeCommit message (Expand)Author
2025-10-30Merge branch 'master' into add-ohci-lpc55hathach
2025-10-28fix Identifiers that start with '__' or '_[A-Z]' are reserved.hathach
2025-10-10try to enable ohci for lpc55 but not working, probably clock issuehathach
2024-02-19fix wrong volatile usage in ohci gtdHa Thach
2024-01-11move gtd extra out of control struct to save sramhathach
2024-01-10[OHCI] Allow more than 16 devicesRyzee119
2023-02-22move and add optional tusb_app_virt_to_phys/tusb_app_phys_to_virthathach
2023-02-22rename OHCI_RHPORTS to TUP_OHCI_RHPORTShathach
2023-02-18ohci: Support configurable number of roothub portsRyzee119
2023-02-18ohci: Expand roothub descriptors into unionsRyzee119
2022-12-04Fix typosBastien Nocera
2022-03-04fix naming, and buildhathach
2022-03-04correct qhd and qtd count for ehci/ohcihathach
2022-03-04rename HCD_MAX_XFER to CFG_TUH_ENDPOINT_MAXhathach
2022-01-28OHCI: Fix array out of bounds issueRyzee119
2021-08-23rename CFG_TUSB_HOST_DEVICE_MAX to CFG_TUH_DEVICE_MAXhathach
2021-05-31correct ohci endpoint address in xfer completehathach
2021-02-23move ehci and ohci to portable folderhathach