summaryrefslogtreecommitdiff
path: root/tinyusb/core
AgeCommit message (Expand)Author
2013-04-07rename hidh_keyboard_info_t to hidh_interface_info_thathach
2013-04-05add control xfer for ehci controller fake: ehci_controller_control_xfer_proceedhathach
2013-03-26add field to endpoint maxpacketsize (mult)hathach
2013-03-25add several helper functionhathach
2013-03-25change website from tinyusb.net to tinyusb.orghathach
2013-03-24add class flagshathach
2013-03-24add TUSB_DEVICE_STATE_INVALID_PARAMETER to tusb_device_state_thathach
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-13add usbh_pipe_control_close (in conjunction with usbh pipe control open)hathach
2013-03-12add semaphore post in usbh_isr for control pipehathach
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-05add test & code for open bulk transfer to hcd_pipe_open()hathach
2013-02-28strengthen include policy. Only limited headers are allowed to included from ...hathach
2013-02-05remove TUSB prefix for class enum definitionshathach
2013-02-04refractor include chain with following policieshathach
2013-02-02refine OSAL_TASK_LOOP_BEGIN & OSAL_TASK_LOOP_ENDhathach
2013-01-27house keepinghathach
2013-01-27update license year from 2012 to 2013hathach
2013-01-22start to supporthathach
2012-12-03change editor tab to 2 spaces.hathach
2012-12-03added IAD descriptorhathach
2012-12-03add struct declare for standard descriptorshathach
2012-12-03fix some doxygen settings and stuffs add prepacked for IAR compilerhathach