summaryrefslogtreecommitdiff
path: root/tinyusb/core/std_request.h
AgeCommit message (Expand)Author
2013-07-05change usbh_control_xfer_subtask to use flat API instead of passing tusb_cont...hathach
2013-07-04no big deal, only rename tusb_std_request_t to tusb_control_request_thathach
2013-06-29adding descriptor, structure, enum support for cdchathach
2013-06-27add set idle request for hidh_open_subtaskhathach
2013-05-06change format of file header & license spacinghathach
2013-04-05add control xfer for ehci controller fake: ehci_controller_control_xfer_proceedhathach
2013-03-25change website from tinyusb.net to tinyusb.orghathach
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