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
/
tinyusb
/
host
/
ehci
Age
Commit message (
Expand
)
Author
2018-03-06
remove tusb_isr(), rename hal_hcd_isr() and hal_dcd_isr()
hathach
2018-03-02
clean up compiler
hathach
2014-04-29
fix/correct the max_loop (upper bound for EHCI & OHCI) endpoint list. This ca...
hathach
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-17
clean up STATIC_VAR
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-13
remove legacy code of msc_device.c read10 & write10
hathach
2014-03-13
fix some warnings
hathach
2014-03-10
change IAR TUSB_CFG_ATTR_USBRAM to _Pragma("location=\".ahb_sram1\"") instead...
hathach
2014-03-04
change lpc17xx cmsis file & ohci to be able to build with IAR
hathach
2014-02-28
EHCI: immediately reset port when device connected. This proves to help preve...
hathach
2014-02-20
use hcd_pipe_is_busy instead of hcd_pipe_is_idle
hathach
2014-02-19
re-enable blocking waiting in ehci controller reset (otherwise it wont works)
hathach
2013-12-19
remove immediately reset when device plug.
hathach
2013-12-18
able to run MSC host demo on lpc17xx
hathach
2013-12-16
implement ohci
hathach
2013-12-11
add structure & define for ohci
hathach
2013-11-25
change MCU to TUSB_CFG_MCU
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-29
implementing sw device stack
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-10-24
change TUSB_CFG_CONTROLLER0/1_MODE to TUSB_CFG_CONTROLLER_0/1_MODE for clearance
hathach
2013-10-16
refractor hub api
hathach
2013-10-02
clean up warnings here and there
hathach
2013-10-01
- move disconnection handle to enum task --> move tusbh_xxx_unmount is invoke...
hathach
2013-10-01
refractor hub
hathach
2013-09-30
hack ehci advance async to handle disconnect via hub
hathach
2013-09-30
able to mount one device on the hub
hathach
2013-09-27
house keeping
hathach
2013-09-24
allow a limited model to deal with stalled pipe/transaction
hathach
2013-09-24
add some tests support for msc host
hathach
2013-09-23
refractor hcd API to allow queue xfer without actually transferring data
hathach
2013-09-22
added read capacity 10 with hacking code
hathach
2013-09-22
fix pingstate for highspeed bulk out transfer
hathach
2013-09-21
house keeping, clean up warnings
hathach
2013-09-21
house keeping
hathach
2013-09-20
start to add msc host, fix dangerous problem with unstable device when plugge...
hathach
2013-09-19
starting to add support for IAR workbench
hathach
2013-09-13
integrate & able to run cmsis-rtx with current code base
hathach
2013-07-06
refractor qhd_xfer_error_isr (omit xfer_type para)
hathach
2013-07-06
refractor ehci.c adding qhd_get_xfer_type
hathach
2013-07-05
change usbh_control_xfer_subtask to use flat API instead of passing tusb_cont...
hathach
2013-07-04
no big deal, only rename tusb_std_request_t to tusb_control_request_t
hathach
2013-07-02
update usbh_xfer_isr to take actual byte transferred and correct tests
hathach
[next]