index
:
tinyusb.git
cdc_persistent
claude/adoring-pasteur-kbaFa
claude/arm-cortex-etm-jttace-4fr29r
claude/audio-fifo-priming
claude/mtp-data-phase-fixes
claude/usbh-enum-timeout
claude/wch-ch569-ch32h417-usb3
codex/class-reference-docs
codex/dfu-buffer-fix
copilot/fix-hil-tinyusb-job
dcd_ch32hs_spd
gh-pages
hil-openocd-recover-flasher
master
merge_os
port-embos
raw_gadget_review
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
/
tinyusb
/
host
/
ehci
/
ehci.h
Age
Commit message (
Expand
)
Author
2014-04-18
move osal_queue_send of osal_none to osal_none.c
hathach
2014-04-17
move STRING & XSTRING & STATIC_ASSERT to compiler.h
hathach
2014-04-13
merge EHCI_MAX_QHD/QTD and OHCI_MAX_QHD/QTD to HCD_MAX_ENDPOINT/XFER and scal...
hathach
2014-03-24
doxygen documenting
hathach
2014-03-16
doxygen document
hathach
2014-03-04
change lpc17xx cmsis file & ohci to be able to build with IAR
hathach
2013-12-11
add structure & define for ohci
hathach
2013-11-22
clean up
hathach
2013-11-06
refractor dcd_controller_reset & hcd_controller_reset to hal_controller_reset
hathach
2013-11-01
implement msc device class
hathach
2013-10-27
static assert to check OSAL_QUEUE_DEF's queue_depth parameter < 256
hathach
2013-10-25
more doxygen work
hathach
2013-09-27
house keeping
hathach
2013-09-22
added read capacity 10 with hacking code
hathach
2013-07-06
refractor qhd_xfer_error_isr (omit xfer_type para)
hathach
2013-07-01
rename usbh_isr to usbh_xfer_isr
hathach
2013-05-06
change format of file header & license spacing
hathach
2013-04-21
separate fake ehci's run async & period list
hathach
2013-04-21
rename nxp_sof_received to nxp_int_sof
hathach
2013-03-27
add test for pipe_interrupt_xfer
hathach
2013-03-25
change website from tinyusb.net to tinyusb.org
hathach
2013-03-24
fix potential bug when insert new queue head to list
hathach
2013-03-13
add some test for usbh_hcd integration
hathach
2013-03-13
refractor rename field inactive_next_xact of ehci_qhd_t
hathach
2013-03-12
add semaphore post in usbh_isr for control pipe
hathach
2013-03-12
add isr api for usbh_hcd
hathach
2013-03-12
add project file for keil
hathach
2013-03-09
add class code to hcd_pipe_open to facilitate usb_complete callback
hathach
2013-03-09
- fix wrong class code for TUSB_CLASS_APPLICATION_SPECIFIC
hathach
2013-03-09
- addd p_qtd_list_tail to qhd structure for easy queue TD
hathach
2013-03-07
add test code & hcd_pipe_xfer for bulk transfer
hathach
2013-03-07
make "used" member of ehci_qtd_t into reserved place of buffer[1] (with asser...
hathach
2013-03-07
re-layout ehci_data_t to get better memory consumption
hathach
2013-03-06
add code & test for hcd_pipe_open interrupt
hathach
2013-03-06
rename fields in ehci_qtd_t
hathach
2013-03-06
refractor
hathach
2013-03-06
refractor ehci_data_t
hathach
2013-03-05
add test & code for open bulk transfer to hcd_pipe_open()
hathach
2013-03-05
add test & code for hcd_pipe_control_open
hathach
2013-03-04
abstract call chains from hal usb isr
hathach
2013-03-04
allow configure host/device by controller basic
hathach
2013-03-04
add alignof to compilier specific
hathach
2013-03-04
add test for hcd/host init
hathach
2013-03-03
add test for hcd/host init period list
hathach
2013-03-03
implement hcd_init controller_init
hathach