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
/
hcd.h
Age
Commit message (
Expand
)
Author
2018-03-06
remove tusb_isr(), rename hal_hcd_isr() and hal_dcd_isr()
hathach
2014-04-17
add script files, fix build error with device
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-12
IAR line ending warning
hathach
2014-02-20
use hcd_pipe_is_busy instead of hcd_pipe_is_idle
hathach
2013-10-25
more doxygen work
hathach
2013-10-16
refractor hub api
hathach
2013-09-28
clean up hid host (temp let test failed)
hathach
2013-09-24
allow a limited model to deal with stalled pipe/transaction
hathach
2013-09-23
refractor hcd API to allow queue xfer without actually transferring data
hathach
2013-09-20
start to add msc host, fix dangerous problem with unstable device when plugge...
hathach
2013-07-04
no big deal, only rename tusb_std_request_t to tusb_control_request_t
hathach
2013-07-03
change some license text
hathach
2013-06-21
add api for hcd: hcd_pipe_is_idle
hathach
2013-04-25
implement hcd_port_speed_get
hathach
2013-03-26
add code & test for hidh_isr (set status for keyboard)
hathach
2013-03-26
rename pipe_status_t to tusb_interface_status_t
hathach
2013-03-25
add several helper function
hathach
2013-03-25
change website from tinyusb.net to tinyusb.org
hathach
2013-03-24
refractor hidh keyboard
hathach
2013-03-23
change signature usbh_isr to add tusb_bus_event_t parameter
hathach
2013-03-23
refractor
hathach
2013-03-12
implement port hcd_port_connect_status
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
add int_on_complete parameter to hcd_pipe_xfer for TD chain class request
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-06
add prototype for hcd_pipe(control)_close
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-02-28
start to add code for hcd_init test
hathach
2013-02-06
refractor move device_addr0 into usbh_device_pool
hathach
2013-02-06
refractor move test enum to its own file
hathach
2013-02-04
resolve conflict between usbh & hcd
hathach
2013-02-04
add usbh_hcd to hold common structure/typedef for usbh and hcd
hathach
2013-02-04
rename usbd_host to usbh
hathach
2013-02-04
refine ASSERT_DEFINE to allow special error_handler for os task
hathach
2013-02-02
refine OSAL_TASK_LOOP_BEGIN & OSAL_TASK_LOOP_END
hathach
2013-02-01
house keeping
hathach
2013-02-01
add std=gnu99 for test build
hathach
2013-01-27
update license year from 2012 to 2013
hathach
2013-01-22
start to support
hathach
2013-01-19
change error type to lower case for more consistency
hathach
2012-12-04
fixed building errors with device example
hathach
2012-12-03
fix some doxygen settings and stuffs add prepacked for IAR compiler
hathach
2012-12-02
add extern "C" for cpp
hathach
[next]