summaryrefslogtreecommitdiff
path: root/src/class/custom/custom_device.h
AgeCommit message (Collapse)Author
2019-07-19rename custom/custom-_* to vendor/vendor_*hathach
2019-07-12clean up, rename internal driver control_request_complete to simply ↵hathach
control_complete
2019-05-14update license year to 2019hathach
2019-03-27cleanup, remove the use of _TINY_USB_SOURCE_FILE_hathach
2019-03-20migrate license from BSD 3 clause to MIThathach
2018-12-12change usbd xfer_cb return type to boolhathach
2018-12-12rename edpt_dir/number/addr to tu_edpt_*hathach
2018-11-23rename tusb_event_t to xfer_result_thathach
2018-11-16nrf5x: 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-08Polish up control split and treat it more like a normal endpoint.Scott Shawcroft
2018-07-27house keepinghathach
2018-07-13rename class driver close() to reset()hathach
2018-06-18rename subfolder source to srchathach