summaryrefslogtreecommitdiff
path: root/tinyusb/class/msc_device.c
AgeCommit message (Expand)Author
2018-03-06move class fileshathach
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-02add tud_mount_cb, tud_umount_cbhathach
2018-03-01device API renamehathach
2014-04-24correct dcd_pipe_is_busy to use list_qtd_idx[] instead of qtd_overlayhathach
2014-03-31implement & document all the device class _mounted_cb & _unmounted_cb callbackshathach
2014-03-22rename dcd_11u_13u_qhd_t::total_bytes to nbytes to prevent confusionhathach
2014-03-21clean ATTR_USB_MIN_ALIGNMENT on application and most of device except the msc...hathach
2014-03-18clean uphathach
2014-03-13remove legacy code of msc_device.c read10 & write10hathach
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
2013-12-13able to get connect status change interrupt occuredhathach
2013-12-09add keyboard led maskhathach
2013-12-01fix potential wrong endpoint handle for stalling unsupported scsi commandhathach
2013-12-01correct stall & clear stall behavior for non-control pipehathach
2013-11-30completely change the dcd for lpc11u & lpc13u to overcome the fact that lpc11...hathach
2013-11-26house keepinghathach
2013-11-26change endian conversion to native to be & be to nativehathach
2013-11-25refractor usbd taskhathach
2013-11-21refractor usbd-dcd callback, add bus event isrhathach
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-13able to build and run cdc device demo on lpc11uxxhathach
2013-11-05msc add supporthathach
2013-11-01added support forhathach
2013-11-01add dcd pipe clear stallhathach
2013-11-01implement msc device classhathach