summaryrefslogtreecommitdiff
path: root/src/device/usbd_control.c
AgeCommit message (Expand)Author
2019-11-27extract code to invoke_class_control()hathach
2019-11-04fix tud_control_status() didn't update requesthathach
2019-11-03make control buf statichathach
2019-11-01Merge branch 'ZLP_Request2' into pigrew-ZLP_Request2hathach
2019-10-31zlp should work with control in, tested with Unity frameworkhathach
2019-10-31move function around, more renamehathach
2019-10-31renamehathach
2019-10-31clean uphathach
2019-09-29Github's web interface changed line endings without asking me. Oops.Nathan Conrad
2019-09-29Merge branch 'master' into ZLP_Request2Nathan Conrad
2019-09-27Fix typo of CFG_TUD_ENDOINT0_SIZE.Nathan Conrad
2019-09-27Merge branch 'master' into ZLP_Request2Nathan Conrad
2019-09-21USB Control: Pointer arithmetic on void* is forbidenNathan Conrad
2019-09-12For control transfers, compare the transmitted length against the requested l...Nathan Conrad
2019-09-09Fix typo of ENDOINTNathan Conrad
2019-07-16add tud_control_vendor_request_cb()/tud_control_vendor_complete_cb(), expose ...hathach
2019-06-10fix build error with midi, use usbd_edpt_xfer/busy for midi to replace dcd_*hathach
2019-05-14update license year to 2019hathach
2019-05-12add tud_hid_descriptor_report_cb()hathach
2019-05-11add tud_descriptor_string_cb() for getting string descriptor from applicationhathach
2019-04-02usbd better support suspend/resumehathach
2019-03-27cleanup, remove the use of _TINY_USB_SOURCE_FILE_hathach
2019-03-27clean up remove usbd_control_stall()hathach
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-05clean uphathach
2018-11-26clean up warningshathach
2018-11-23rename tusb_event_t to xfer_result_thathach
2018-11-22rename CFG_TUSB_MEM_SECTION to CFG_TUSB_MEM_SECTIONhathach
2018-11-20samd51 fix stable issue with dcdhathach
2018-11-16rename control_statehathach
2018-11-16rename control.c to usbd_controlhathach