summaryrefslogtreecommitdiff
path: root/tinyusb/core
AgeCommit message (Expand)Author
2013-10-25move descriptor to common folderhathach
2013-10-02clean up warnings here and therehathach
2013-09-27house keepinghathach
2013-07-05change usbh_control_xfer_subtask to use flat API instead of passing tusb_cont...hathach
2013-07-05implementing initializing for RNDIShathach
2013-07-04no big deal, only rename tusb_std_request_t to tusb_control_request_thathach
2013-07-03adding _mounted_isr & _umounted_isr callback for host keyboard & mousehathach
2013-07-01add cdc host driver close cdch_closehathach
2013-07-01add & pass a first few test for cdc hosthathach
2013-06-29test refractorhathach
2013-06-29adding descriptor, structure, enum support for cdchathach
2013-06-27add set idle request for hidh_open_subtaskhathach
2013-06-21[host lpc43xx] adding support for host custom classhathach
2013-06-08ADDING LPC176X devicehathach
2013-06-03add TUSB_CFG_PROUDCT_ID checkhathach
2013-06-03refractor tusb_descriptorshathach
2013-05-25rename descriptor type, hid descriptor typehathach
2013-05-06change format of file header & license spacinghathach
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