summaryrefslogtreecommitdiff
path: root/tinyusb/host/usbh_hcd.h
AgeCommit message (Expand)Author
2018-03-01clean up osal semaphore/queue/mutexhathach
2014-04-17move STRING & XSTRING & STATIC_ASSERT to compiler.hhathach
2014-03-24doxygen documentinghathach
2014-03-16doxygen documenthathach
2013-10-16refractor hub apihathach
2013-10-01- move disconnection handle to enum task --> move tusbh_xxx_unmount is invoke...hathach
2013-10-01handle unplug the hub itselfhathach
2013-10-01refractor hubhathach
2013-09-30able to mount one device on the hubhathach
2013-07-19add test & code to send rndis msg query for permanent address (MAC address)hathach
2013-07-04no big deal, only rename tusb_std_request_t to tusb_control_request_thathach
2013-07-02update usbh_xfer_isr to take actual byte transferred and correct testshathach
2013-07-01rename usbh_isr to usbh_xfer_isrhathach
2013-06-27add mutex support for osalhathach
2013-05-09refractor testhathach
2013-05-06change format of file header & license spacinghathach
2013-04-25implement hcd_port_speed_gethathach
2013-04-07rename hidh_keyboard_info_t to hidh_interface_info_thathach
2013-03-26add flag_supported_class to usbh_deviceshathach
2013-03-25change website from tinyusb.net to tinyusb.orghathach
2013-03-24add class flagshathach
2013-03-24refractorhathach
2013-03-24rename sem_hdl in usbh_device_info_t control_sem_hdlhathach
2013-03-23- add control_pipe_status for usbh_device_info_t to reflect the status transf...hathach
2013-03-23change signature usbh_isr to add tusb_bus_event_t parameterhathach
2013-03-23refractorhathach
2013-03-23refractorhathach
2013-03-22add callback for hcd when it cleaned up all cache data for a device (previous...hathach
2013-03-12add isr api for usbh_hcdhathach
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-09- addd p_qtd_list_tail to qhd structure for easy queue TDhathach
2013-03-05add test & code for hcd_pipe_control_openhathach
2013-02-28continue to strengthen include policyhathach
2013-02-27add parsing configuration desc & invoke driver install subtaskhathach
2013-02-06refractor move device_addr0 into usbh_device_poolhathach
2013-02-06remove hcd_addr0_close_Ignorehathach
2013-02-04rename device_info_pool to usbh_device_info_poolhathach
2013-02-04add TUSB_CFG_HOST_ENUM_BUFFER_SIZEhathach
2013-02-04resolve conflict between usbh & hcdhathach
2013-02-04add usbh_hcd to hold common structure/typedef for usbh and hcdhathach