summaryrefslogtreecommitdiff
path: root/tinyusb/class
AgeCommit message (Expand)Author
2014-03-18clean uphathach
2014-03-18finish descriptor refractor for hid keyboard & mousehathach
2014-03-18app descriptor renamehathach
2014-03-17doxygeninghathach
2014-03-16doxygen documenthathach
2014-03-14Suppress Keil warnings #66-D: enumeration value is out of "int" rangehathach
2014-03-14more warnings clean uphathach
2014-03-14clean more warningshathach
2014-03-14clean up warning in lpcxpressohathach
2014-03-14zero warnings compiling host os none on keilhathach
2014-03-14clean up compiler warning transfer of control bypasses initializationhathach
2014-03-13clean up more warningshathach
2014-03-13remove legacy code of msc_device.c read10 & write10hathach
2014-03-13fix some warningshathach
2014-03-12able to build lpc11u with IARhathach
2014-03-12a fix to IAR's incapability to force struct's member on specified alignmenthathach
2014-03-12IAR line ending warninghathach
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