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
Age
Commit message (
Expand
)
Author
2024-10-14
change the tusb_rhport_init_t struct, exclude the rhport to make API more con...
hathach
2024-10-11
hcd_init() take init struct
hathach
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-09-27
change hcd_int_handler(rhport, in_isr) signature: add in_isr
hathach
2023-07-26
correct hcd_edpt_clear_stall() API signature
hathach
2023-07-24
Merge branch 'master' into hcd-abort-xfer
Ha Thach
2023-07-24
fix ohci warnings, and add freertosconfig for lpc4088
hathach
2023-07-21
add stub hcd_edpt_abort_xfer() for all ports
hathach
2023-03-24
separate CFG_TUSB_MEM_SECTION and CFG_TUSB_MEM_ALIGN to
hathach
2023-03-17
fix trailing space and new line
hathach
2023-02-22
comment out osal_task_delay if using os none
hathach
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: Disable MIE interrupt during IRQ processing, zero HccADoneHead on compl...
wooyay
2023-02-18
ohci: Use enum instead of magic number
Ryzee119
2023-02-18
ohci: Add ability to separate physical and virtual memory
Ryan Wendland
2023-02-18
ohci: Set skip on ed prior to removal
Ryan Wendland
2023-02-18
ohci: Fix bug in ed removal
Ryan Wendland
2023-02-18
ohci: Direct port commands to the correct rhport.
Ryzee119
2023-02-18
ohci: Force reset of devices already connected on power up
Ryzee119
2023-02-18
ohci: Wait POTG time after port power
Ryzee119
2023-02-18
ohci: Toggle frameinterval bit on update
Ryzee119
2023-02-18
ohci: Leave SMM or bios mode during init
Ryzee119
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-20
Merge branch 'master' into pio-host
hathach
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-03-02
try to fix ci
hathach
2022-02-26
more internal rename
hathach
2022-02-25
internal symbol rename
hathach
2022-02-25
rename TUSB_OPT_HOST_ENABLED to CFG_TUH_ENABLED
hathach
2022-01-28
OHCI: Fix array out of bounds issue
Ryzee119
2021-10-24
remove ep descriptor wMaxPacketSize bitfield due to endian issue
hathach
2021-08-23
add hcd_devtree_get_info()
hathach
2021-08-23
rename CFG_TUSB_HOST_DEVICE_MAX to CFG_TUH_DEVICE_MAX
hathach
2021-06-10
implement usbh_edpt_busy (WIP), remove hcd_edpt_busy
hathach
2021-06-10
remove hcd_edpt_stalled()
hathach
2021-05-31
clean up
hathach
2021-05-31
correct ohci endpoint address in xfer complete
hathach
2021-05-31
clean up ohci, remove obsolete api
hathach
2021-02-23
move ehci and ohci to portable folder
hathach