| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-10-25 | move descriptor to common folder | hathach | |
| 2013-10-02 | clean up warnings here and there | hathach | |
| 2013-07-05 | change usbh_control_xfer_subtask to use flat API instead of passing ↵ | hathach | |
| tusb_control_request_t struct | |||
| 2013-07-04 | no big deal, only rename tusb_std_request_t to tusb_control_request_t | hathach | |
| 2013-06-29 | adding descriptor, structure, enum support for cdc | hathach | |
| 2013-06-27 | add set idle request for hidh_open_subtask | hathach | |
| 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-06 | change format of file header & license spacing | hathach | |
| 2013-04-05 | add control xfer for ehci controller fake: ehci_controller_control_xfer_proceed | hathach | |
| refractor test code | |||
| 2013-03-25 | change website from tinyusb.net to tinyusb.org | hathach | |
| 2013-02-28 | strengthen include policy. Only limited headers are allowed to included from ↵ | hathach | |
| a header file. Missing needed to be included in *.c | |||
| 2013-02-05 | remove TUSB prefix for class enum definitions | hathach | |
| add most of HID USAGE TABLE and definitions etc ... | |||
| 2013-02-04 | refractor include chain with following policies | hathach | |
| - header file only include what it needs for its declarations. | |||
| 2013-02-02 | refine OSAL_TASK_LOOP_BEGIN & OSAL_TASK_LOOP_END | hathach | |
| - 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 | |||
