summaryrefslogtreecommitdiff
path: root/src/device/usbd_pvt.h
AgeCommit message (Expand)Author
2020-08-07Merge branch 'master' into add-app-driverhathach
2020-04-29support class drivers implemented by applicationhathach
2020-04-26add usbd edpt openhathach
2020-04-13edpt_close: Updated based on feedback.Nathan Conrad
2019-10-30rename usbd_init() to tud_init()hathach
2019-10-012nd attempt to fix #161hathach
2019-07-24update vendor device similar to cdc read/writehathach
2019-07-16add tud_control_vendor_request_cb()/tud_control_vendor_complete_cb(), expose ...hathach
2019-05-29added usbd_edpt_xfer/usbd_edpt_busy to replace dcd_edpt_transfer/dcd_edpt_busy()hathach
2019-05-14update license year to 2019hathach
2019-05-01adding optional ep out for hidhathach
2019-04-18remove auto descriptor and its option CFG_TUD_DESC_AUTOhathach
2019-03-27clean up remove usbd_control_stall()hathach
2019-03-27replace dcd_edpt_(clear)stall by usbd_edpt_(clear)stallhathach
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-13seperate tusb_task() to tud_task() and tuh_task()hathach
2018-12-13remove task void* paramhathach
2018-12-12change class driver open return type to boolhathach
2018-12-05change usbd_init() return to bool for simplicityhathach
2018-11-16nrf5x: refactor device control transfer.hathach
2018-11-07Split out the control endpoint logicScott Shawcroft
2018-11-07Add SAMD21 and SAMD51 support for CircuitPython.Scott Shawcroft
2018-11-02clean up osalhathach
2018-10-23replace dcd_bus_event() and dcd_setup_received() by dcd_event_handler()hathach
2018-08-15fix memory issue with usbd control xferhathach
2018-08-01improve auto descriptorhathach
2018-07-27house keepinghathach
2018-07-17revert usbd_control_xfer_st() implementationhathach
2018-07-14use _usbd_ctrl_buf for control transferm refactor cdc devicehathach
2018-07-13better multiple interfaces support for cdc devicehathach
2018-07-10clean up usbd auto deschathach
2018-06-22clean uphathach
2018-06-22enhance usbd: add usbd_defer_func()hathach
2018-06-18rename subfolder source to srchathach