| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-03-27 | replace dcd_edpt_(clear)stall by usbd_edpt_(clear)stall | hathach | |
| - remove dcd_edpt_stalled() from dcd porting | |||
| 2019-03-27 | remove dcd_get_frame_number() | hathach | |
| 2019-03-22 | added stub for dcd_stm32f3 | hathach | |
| 2019-03-20 | migrate license from BSD 3 clause to MIT | hathach | |
| 2019-03-13 | dcd_set_address include status response, usbd control stall both control in ↵ | hathach | |
| and out | |||
| 2018-12-21 | change to dcd_get_frame_number | hathach | |
| 2018-12-17 | add dcd_get_microframe() | hathach | |
| 2018-12-05 | remove dcd_connect/disconnect since there is no usage now | hathach | |
| 2018-11-23 | rename DCD_XFER_SUCCESS to XFER_RESULT_SUCCESS | hathach | |
| 2018-11-20 | samd51 fix stable issue with dcd | hathach | |
| 2018-11-16 | nrf5x: refactor device control transfer. | hathach | |
| - make control transfer as part of usbd. Class driver must use usbd_control_ API() instead of dcd_ api. - change the signature of class driver's control_request - allow control request complete to stall in staus stage - move control request parser & handling to usbd. | |||
| 2018-11-14 | change osal_queue_receive() signature | hathach | |
| - fix build issue with freertos | |||
| 2018-11-07 | Split out the control endpoint logic | Scott Shawcroft | |
| 2018-11-07 | Add SAMD21 and SAMD51 support for CircuitPython. | Scott Shawcroft | |
| The ProtoThreads style subtasks were removed because it led to extremely unclear control flow. RTOSes can be used if threading is needed. Also added some additional functionality to MSC to support dynamic LUNs and read-only LUNs. | |||
| 2018-10-25 | add dcd event helper setup_recieved and bus_signal | hathach | |
| 2018-10-24 | replace dcd_xfer_complete by dcd_xfer_complete() | hathach | |
| 2018-10-23 | clean up | hathach | |
| 2018-10-23 | rename UBSD_EVT_ to DCD_EVENT_ | hathach | |
| 2018-10-23 | rename usbd_event_t to dcd_event_t | hathach | |
| 2018-08-23 | fix compiler warnings | hathach | |
| 2018-07-25 | add dcd_edpt_stalled() API | hathach | |
| - implement control endpoint get status, endpoint set feature | |||
| 2018-06-18 | rename subfolder source to src | hathach | |
