summaryrefslogtreecommitdiff
path: root/tinyusb/device/dcd.h
AgeCommit message (Expand)Author
2018-06-18rename subfolder source to srchathach
2018-05-15add xferred bytes for device controlhathach
2018-04-16make dcd_connect/dcd_disconnect optional with attr weakhathach
2018-03-28more dcd clean uphathach
2018-03-28mass rename tusb_dcd API to simply dcdhathach
2018-03-28dcd renaminghathach
2018-03-11move dcdhathach
2018-03-11rename hal_* to tusb_hal_*hathach
2018-03-11rename endpoint_handle_t to edpt_hdl_thathach
2018-03-11refactor dcd layerhathach
2018-03-09rename coreid to porthathach
2018-03-08enhance cdc device APIhathach
2018-03-08enhancehathach
2018-03-06remove tusb_isr(), rename hal_hcd_isr() and hal_dcd_isr()hathach
2018-03-06rename to hal_dcd_pipe_clear_stall()hathach
2018-03-06rename hal_dcd_pipe_stall()hathach
2018-03-06rename to hal_dcd_pipe_xfer()hathach
2018-03-06change hal_dcd_pipe_open() signature to return boolhathach
2018-03-06remove class code in pipe open()hathach
2018-03-06rename to hal_dcd_control_xfer() and hal_dcd_control_stall()hathach
2018-03-05reame SUBTASK_EXIT to SUBTASK_RETURNhathach
2018-03-03rename usbd_dcd_bus_event_isr to hal_dcd_bus_eventhathach
2018-03-03cleanup SUBTASK macroshathach
2018-03-02add config numberhathach
2018-03-02rename dcd_controller_* to hal_dcd_*hathach
2018-03-02rename dcd_init to hal_dcd_init()hathach
2014-03-24more doxygen workshathach
2014-03-16doxygen documenthathach
2014-03-14fix warning for device os nonehathach
2014-03-12IAR line ending warninghathach
2014-03-10change IAR TUSB_CFG_ATTR_USBRAM to _Pragma("location=\".ahb_sram1\"") instead...hathach
2013-12-09add keyboard led maskhathach
2013-11-18get lpc17xx running through enumeration (with control data < 64)hathach
2013-11-15separate data & status from dcd_pipe_control_xferhathach
2013-11-14complete double buffering for queueing xfer for lpc11u/13u requried by msc de...hathach
2013-11-11remove xfer_type in endpoint_handle_thathach
2013-11-08add windows driver for cdchathach
2013-11-06refractor dcd_controller_reset & hcd_controller_reset to hal_controller_resethathach
2013-11-01added support forhathach
2013-11-01add dcd pipe clear stallhathach
2013-11-01implement msc device classhathach
2013-10-30add dcd control pipe stall protocolhathach
2013-10-29able to fully enumerated with keyboardhathach
2013-10-29implementing sw device stackhathach
2013-10-25more doxygen workhathach
2013-07-03change some license texthathach
2013-06-21[host lpc43xx] adding support for host custom classhathach
2013-06-14add dcd_pipe_control_readhathach
2013-06-14implement hidd_control_request including std & class specific to interface nu...hathach
2013-06-11[lpc176x][device] pass set configure control requesthathach