espressif_tinyusb/tinyusb/host
hathach c1848b8114 add code for ehci interrupt handler
- interrupt source identifying
- for async list process
refractor control_xfer to use insert_qtd_to_qhd
- add test for control xfer interrupt processing
- add code for faking ehci controller async list scheduling & processing
- add prototype for void usbh_isr(pipe_handle_t pipe_hdl, uint8_t class_code);
2013-03-10 17:51:53 +07:00
..
ehci add code for ehci interrupt handler 2013-03-10 17:51:53 +07:00
hcd.c replace TUSB_CFG_HOST by MODE_HOST_SUPPORTED 2013-03-04 17:07:14 +07:00
hcd.h add class code to hcd_pipe_open to facilitate usb_complete callback 2013-03-09 21:37:49 +07:00
usbh.c add class code to hcd_pipe_open to facilitate usb_complete callback 2013-03-09 21:37:49 +07:00
usbh.h - addd p_qtd_list_tail to qhd structure for easy queue TD 2013-03-09 13:11:02 +07:00
usbh_hcd.h add code for ehci interrupt handler 2013-03-10 17:51:53 +07:00