summaryrefslogtreecommitdiff
path: root/src/device/dcd.h
AgeCommit message (Expand)Author
2019-03-27replace dcd_edpt_(clear)stall by usbd_edpt_(clear)stallhathach
2019-03-27remove dcd_get_frame_number()hathach
2019-03-22added stub for dcd_stm32f3hathach
2019-03-20migrate license from BSD 3 clause to MIThathach
2019-03-13dcd_set_address include status response, usbd control stall both control in a...hathach
2018-12-21change to dcd_get_frame_numberhathach
2018-12-17add dcd_get_microframe()hathach
2018-12-05remove dcd_connect/disconnect since there is no usage nowhathach
2018-11-23rename DCD_XFER_SUCCESS to XFER_RESULT_SUCCESShathach
2018-11-20samd51 fix stable issue with dcdhathach
2018-11-16nrf5x: refactor device control transfer.hathach
2018-11-14change osal_queue_receive() signaturehathach
2018-11-07Split out the control endpoint logicScott Shawcroft
2018-11-07Add SAMD21 and SAMD51 support for CircuitPython.Scott Shawcroft
2018-10-25add dcd event helper setup_recieved and bus_signalhathach
2018-10-24replace dcd_xfer_complete by dcd_xfer_complete()hathach
2018-10-23clean uphathach
2018-10-23rename UBSD_EVT_ to DCD_EVENT_hathach
2018-10-23rename usbd_event_t to dcd_event_thathach
2018-08-23fix compiler warningshathach
2018-07-25add dcd_edpt_stalled() APIhathach
2018-06-18rename subfolder source to srchathach