summaryrefslogtreecommitdiff
path: root/tinyusb/host/ehci/ehci.h
AgeCommit message (Expand)Author
2018-06-18rename subfolder source to srchathach
2018-04-10mass rename TUSB_CFG to CFG_TUSBhathach
2018-03-28rename STATIC_ASSERT to VERIFY_STATIC to avoid name conflict with other codeshathach
2018-03-12more renamehathach
2014-04-18move osal_queue_send of osal_none to osal_none.chathach
2014-04-17move STRING & XSTRING & STATIC_ASSERT to compiler.hhathach
2014-04-13merge EHCI_MAX_QHD/QTD and OHCI_MAX_QHD/QTD to HCD_MAX_ENDPOINT/XFER and scal...hathach
2014-03-24doxygen documentinghathach
2014-03-16doxygen documenthathach
2014-03-04change lpc17xx cmsis file & ohci to be able to build with IARhathach
2013-12-11add structure & define for ohcihathach
2013-11-22clean uphathach
2013-11-06refractor dcd_controller_reset & hcd_controller_reset to hal_controller_resethathach
2013-11-01implement msc device classhathach
2013-10-27static assert to check OSAL_QUEUE_DEF's queue_depth parameter < 256hathach
2013-10-25more doxygen workhathach
2013-09-27house keepinghathach
2013-09-22added read capacity 10 with hacking codehathach
2013-07-06refractor qhd_xfer_error_isr (omit xfer_type para)hathach
2013-07-01rename usbh_isr to usbh_xfer_isrhathach
2013-05-06change format of file header & license spacinghathach
2013-04-21separate fake ehci's run async & period listhathach
2013-04-21rename nxp_sof_received to nxp_int_sofhathach
2013-03-27add test for pipe_interrupt_xferhathach
2013-03-25change website from tinyusb.net to tinyusb.orghathach
2013-03-24fix potential bug when insert new queue head to listhathach
2013-03-13add some test for usbh_hcd integrationhathach
2013-03-13refractor rename field inactive_next_xact of ehci_qhd_thathach
2013-03-12add semaphore post in usbh_isr for control pipehathach
2013-03-12add isr api for usbh_hcdhathach
2013-03-12add project file for keilhathach
2013-03-09add class code to hcd_pipe_open to facilitate usb_complete callbackhathach
2013-03-09- fix wrong class code for TUSB_CLASS_APPLICATION_SPECIFIChathach
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-07re-layout ehci_data_t to get better memory consumptionhathach
2013-03-06add code & test for hcd_pipe_open interrupthathach
2013-03-06rename fields in ehci_qtd_thathach
2013-03-06refractorhathach
2013-03-06refractor ehci_data_thathach
2013-03-05add test & code for open bulk transfer to hcd_pipe_open()hathach
2013-03-05add test & code for hcd_pipe_control_openhathach
2013-03-04abstract call chains from hal usb isrhathach
2013-03-04allow configure host/device by controller basichathach
2013-03-04add alignof to compilier specifichathach
2013-03-04add test for hcd/host inithathach
2013-03-03add test for hcd/host init period listhathach
2013-03-03implement hcd_init controller_inithathach