summaryrefslogtreecommitdiff
path: root/tinyusb/core/std_request.h
AgeCommit message (Collapse)Author
2013-10-25move descriptor to common folderhathach
2013-10-02clean up warnings here and therehathach
2013-07-05change usbh_control_xfer_subtask to use flat API instead of passing ↵hathach
tusb_control_request_t struct
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
add interface number to hidh_interface_info_t refractor hidh_open_subtask to be a true subtask cannot run with set idle code ON because of semaphore misuse
2013-05-06change format of file header & license spacinghathach
2013-04-05add control xfer for ehci controller fake: ehci_controller_control_xfer_proceedhathach
refractor test code
2013-03-25change website from tinyusb.net to tinyusb.orghathach
2013-02-28strengthen include policy. Only limited headers are allowed to included from ↵hathach
a header file. Missing needed to be included in *.c
2013-02-05remove TUSB prefix for class enum definitionshathach
add most of HID USAGE TABLE and definitions etc ...
2013-02-04refractor include chain with following policieshathach
- header file only include what it needs for its declarations.
2013-02-02refine OSAL_TASK_LOOP_BEGIN & OSAL_TASK_LOOP_ENDhathach
- add TASK_ASSERT & TASK_ASSERT_STATUS add more code for enumerate task add control requests & its type def add API for HCD - hcd_pipe_addr0_open - hcd_pipe_control_open - hcd_pipe_control_xfer - hcd_pipe_open - hcd_port_speed