summaryrefslogtreecommitdiff
path: root/tinyusb/host/ehci
AgeCommit message (Expand)Author
2013-03-24period_frame_list0 is not existed if period list is not requiredhathach
2013-03-24refractorhathach
2013-03-23clean uphathach
2013-03-23- add control_pipe_status for usbh_device_info_t to reflect the status transf...hathach
2013-03-23enhance some testshathach
2013-03-23change signature usbh_isr to add tusb_bus_event_t parameterhathach
2013-03-23refractorhathach
2013-03-23continue clean up ehcihathach
2013-03-23clean up ehcihathach
2013-03-23clean uphathach
2013-03-23refractor extract to function qtd_remove_1st_from_qhdhathach
2013-03-23fix issue with Interrupt Async Advancehathach
2013-03-22use DO PING for highspeed out bulkhathach
2013-03-22fix bug: adjust all bulk queue head from ehci_data.devicehathach
2013-03-22add callback for hcd when it cleaned up all cache data for a device (previous...hathach
2013-03-22- fix bug when unplugged unmounted-already device (mostly plugged when power on)hathach
2013-03-13add some test for usbh_hcd integrationhathach
2013-03-13refractor rename field inactive_next_xact of ehci_qhd_thathach
2013-03-13refractor ehci test fileshathach
2013-03-13add usbh_pipe_control_close (in conjunction with usbh pipe control open)hathach
2013-03-13add hard fault handler to bsp.chathach
2013-03-13go through all the enumeration (up to get full configuration)hathach
2013-03-12add semaphore post in usbh_isr for control pipehathach
2013-03-12implement port hcd_port_connect_statushathach
2013-03-12add isr api for usbh_hcdhathach
2013-03-12add project file for keilhathach
2013-03-11add semphore reset & queue flush APIhathach
2013-03-10add code for ehci interrupt handlerhathach
2013-03-09add class code to hcd_pipe_open to facilitate usb_complete callbackhathach
2013-03-09rename init_qtd, init_qhdhathach
2013-03-09house keepinghathach
2013-03-09- fix wrong class code for TUSB_CLASS_APPLICATION_SPECIFIChathach
2013-03-09add int_on_complete parameter to hcd_pipe_xfer for TD chain class requesthathach
2013-03-09- addd p_qtd_list_tail to qhd structure for easy queue TDhathach
2013-03-07add test code & hcd_pipe_xfer for bulk transferhathach
2013-03-07make "used" member of ehci_qtd_t into reserved place of buffer[1] (with asser...hathach
2013-03-07refractor list_inserthathach
2013-03-07guard check for open iso pipehathach
2013-03-07re-layout ehci_data_t to get better memory consumptionhathach
2013-03-06add prototype for hcd_pipe(control)_closehathach
2013-03-06add code & test for hcd_pipe_open interrupthathach
2013-03-06basically finish code for control transfer & test codehathach
2013-03-06pass test for setup TDhathach
2013-03-06rename fields in ehci_qtd_thathach
2013-03-06refractorhathach
2013-03-06refractor ehci_data_thathach
2013-03-06refractorhathach
2013-03-06add some code & testcode for hcd_pipe_control_xferhathach
2013-03-06fix errorhathach
2013-03-06refractor hcd_openhathach