summaryrefslogtreecommitdiff
path: root/tinyusb/host/hcd.h
AgeCommit message (Expand)Author
2013-03-26add code & test for hidh_isr (set status for keyboard)hathach
2013-03-26rename pipe_status_t to tusb_interface_status_thathach
2013-03-25add several helper functionhathach
2013-03-25change website from tinyusb.net to tinyusb.orghathach
2013-03-24refractor hidh keyboardhathach
2013-03-23change signature usbh_isr to add tusb_bus_event_t parameterhathach
2013-03-23refractorhathach
2013-03-12implement port hcd_port_connect_statushathach
2013-03-12add project file for keilhathach
2013-03-09add class code to hcd_pipe_open to facilitate usb_complete callbackhathach
2013-03-09add int_on_complete parameter to hcd_pipe_xfer for TD chain class requesthathach
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-06add prototype for hcd_pipe(control)_closehathach
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-02-28start to add code for hcd_init testhathach
2013-02-06refractor move device_addr0 into usbh_device_poolhathach
2013-02-06refractor move test enum to its own filehathach
2013-02-04resolve conflict between usbh & hcdhathach
2013-02-04add usbh_hcd to hold common structure/typedef for usbh and hcdhathach
2013-02-04rename usbd_host to usbhhathach
2013-02-04refine ASSERT_DEFINE to allow special error_handler for os taskhathach
2013-02-02refine OSAL_TASK_LOOP_BEGIN & OSAL_TASK_LOOP_ENDhathach
2013-02-01house keepinghathach
2013-02-01add std=gnu99 for test buildhathach
2013-01-27update license year from 2012 to 2013hathach
2013-01-22start to supporthathach
2013-01-19change error type to lower case for more consistencyhathach
2012-12-04fixed building errors with device examplehathach
2012-12-03fix some doxygen settings and stuffs add prepacked for IAR compilerhathach
2012-12-02add extern "C" for cpphathach
2012-12-02add overview.md and license.md and tinyUSB overview.pnghathach
2012-11-29change license email to websitehathach
2012-11-29update doxygenhathach
2012-11-29add more doxygen docshathach
2012-11-27added _cplusplus extern wrapperhathach
2012-11-26added fileshathach