summaryrefslogtreecommitdiff
path: root/tinyusb/device/dcd.h
AgeCommit message (Collapse)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
- add ASSERT_ - rename edpt_equal -
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
- remove endpointhandle_is_valid()
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\"") ↵hathach
instead of @ .ahb_sram1 so that we can place it before the variable for a cleaner code change pipe xfer API buffer from void* to uint8_t* change FIFO_DEF to have a separated buffer to be compatible with IAR\ refractor IAR data alignment pragma
2013-12-09add keyboard led maskhathach
make usbd control request to subtask add get/set report via control pipe to hidd enforce soft DMA to control pipe for lpc11u (lpc17xx not yet) temp add led_blinking_set_interval to change led blinking interval refractor dcd_pipe_control_xfer to have interrupt on complete option add get/set report support of moused_app and keyboardd_app, keyboard LED will make LED blink faster
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 ↵hathach
device
2013-11-11remove xfer_type in endpoint_handle_thathach
cdc device demo runs on lpc13uxx
2013-11-08add windows driver for cdchathach
add simple echo cdc serial demo add cdc device send/receive API refractor descriptor refractor cdc.h add usbd driver function - init - bus_reset
2013-11-06refractor dcd_controller_reset & hcd_controller_reset to hal_controller_resethathach
2013-11-01added support forhathach
- sense data scsi_sense_fixed_data_t - read format capacity scsi_read_format_capacity_data_t change msc device callback to support actual response fix dcd_pipe_clear_stall also reset toggle
2013-11-01add dcd pipe clear stallhathach
- tusb_error_t dcd_pipe_clear_stall(uint8_t coreid, uint8_t edpt_addr) but does not take endpoint_handle_t as input complete msc device driver add usbd clear stall endpoint
2013-11-01implement msc device classhathach
usbd auto stall control for not supported return from class control request usbd implement xfer isr callback mechanism DCD - implement dcd multiple qtd support - dcd dcd_pipe_stall - implement dcd_pipe_queue_xfer - xfer_complete_isr - flush control endpoint if received new setup while previous transfer is not complete change msc_cmd_block_wrapper_t flags field to dir force full speed for easy testing NOTEs: somehow unable to get endpoint IN interrupt with ioc
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
refractor usbh class driver indexing opt out periodic list code in EHCI (need to refractor/group later) [device lpc176x] rename dcd_endpoint_configure to dcd_pipe_open add usbd_pipe_open to manage pipe
2013-06-14add dcd_pipe_control_readhathach
2013-06-14implement hidd_control_request including std & class specific to interface ↵hathach
number. refractor usbd_setup_received
2013-06-11[lpc176x][device] pass set configure control requesthathach