summaryrefslogtreecommitdiff
path: root/tinyusb/class
AgeCommit message (Expand)Author
2014-03-10change IAR TUSB_CFG_ATTR_USBRAM to _Pragma("location=\".ahb_sram1\"") instead...hathach
2014-03-09rename tusbd_msc_scsi_received_isr to tusbd_msc_scsi_cbhathach
2014-02-28refractor remove tusbh_msc_is_failedhathach
2014-02-20use hcd_pipe_is_busy instead of hcd_pipe_is_idlehathach
2013-12-18able to run MSC host demo on lpc17xxhathach
2013-12-13able to get connect status change interrupt occuredhathach
2013-12-11fix error in dcd_lpc175x_6x (still has problem with control transfer)hathach
2013-12-10add some doxygenhathach
2013-12-09complete dcd 17xx control xfer with soft DMAhathach
2013-12-09add keyboard led maskhathach
2013-12-02refractor hid device driverhathach
2013-12-01fix potential wrong endpoint handle for stalling unsupported scsi commandhathach
2013-12-01correct stall & clear stall behavior for non-control pipehathach
2013-12-01change class_ixr to class_cbhathach
2013-12-01add some document for msc_device APIhathach
2013-11-30completely change the dcd for lpc11u & lpc13u to overcome the fact that lpc11...hathach
2013-11-26house keepinghathach
2013-11-26complete msc demo with lpc13uxx with readonly flashhathach
2013-11-26change endian conversion to native to be & be to nativehathach
2013-11-25refractor usbd taskhathach
2013-11-22clean uphathach
2013-11-21add class mounted callback for hid mouse/keyboard & refractor mouse/keyboard apphathach
2013-11-21clean uphathach
2013-11-21refractor usbd-dcd callback, add bus event isrhathach
2013-11-20refractor descriptorhathach
2013-11-16fix dcd_pipe_control_xfer for dcd43xxhathach
2013-11-15separate data & status from dcd_pipe_control_xferhathach
2013-11-15add usbd_task to handle event task eg setup receivedhathach
2013-11-15fix build error with device 43xxhathach
2013-11-14complete double buffering for queueing xfer for lpc11u/13u requried by msc de...hathach
2013-11-13fix potential issue with stall endpointshathach
2013-11-13able to build and run cdc device demo on lpc11uxxhathach
2013-11-11technically, mouse + keyboard device demo also work on lpc13uxxhathach
2013-11-11remove xfer_type in endpoint_handle_thathach
2013-11-11adding support for lpc13uxxhathach
2013-11-08add tusbd_cdc_is_busyhathach
2013-11-08add windows driver for cdchathach
2013-11-06added hid device hidd_isr callbackhathach
2013-11-05msc add supporthathach
2013-11-01added support forhathach
2013-11-01add dcd pipe clear stallhathach
2013-11-01implement msc device classhathach
2013-10-30refractor hid devicehathach
2013-10-30add dcd control pipe stall protocolhathach
2013-10-30fix dcd_data declared with TUSB_CFG_ATTR_USBRAMhathach
2013-10-29able to enumerate mouse + keyboard (missing timing at set configured though)hathach
2013-10-29change device driver init to open (when configured)hathach
2013-10-29temporarily implementation of dcd_pipe_is_busyhathach
2013-10-29able to fully enumerated with keyboardhathach
2013-10-29implementing sw device stackhathach