summaryrefslogtreecommitdiff
path: root/src/class/msc
AgeCommit message (Expand)Author
2020-11-01added host set_config driverhathach
2020-10-13more clean uphathach
2020-10-13clean uphathach
2020-10-13implement tuh_msc_scsi_inquiry() / tuh_msc_read_capacity() / tuh_msc_get_maxl...hathach
2020-10-13rework msc hosthathach
2020-09-06change xfer_cb return type from void to boolhathach
2020-09-05defer xfer_isr to xfer_cbhathach
2020-09-03fix #449 remove obsolete pipehandle from hid hosthathach
2020-09-01add more logging to host stackhathach
2020-09-01Merge branch 'master' into update-hosthathach
2020-08-07allow application driver to overwrite built-in onehathach
2020-08-01correct isr context for nrf DCD_EVENT_UNPLUGGEDhathach
2020-07-17add new name warning to cdc and midi (skip msc, hid warning for now)hathach
2020-07-16rename CFG_TUD_MSC_BUFSIZE to CFG_TUD_MSC_EP_BUFSIZEhathach
2020-06-17Fix IAR warnings.Mengsk
2020-05-28rename to drv_len to be consistenthathach
2020-05-28initial transfer failed in open() shouldn't cause the driver open to fail.hathach
2020-05-28update hid open()hathach
2020-05-28improve mschathach
2020-05-27changing usbd driver open() return type, add max_lenhathach
2020-05-19usb0 host on mcb1800 work with fullspeed mode.hathach
2020-04-22house keepinghathach
2020-04-15test ok with cdc and mschathach
2020-03-14Use CRLF on UART.Nathan Conrad
2020-01-15Normalize line endingsNathan Conrad
2019-12-24invoke scsi complete callback before queue for csw statushathach
2019-12-23adding lookup table for debugginghathach
2019-12-21making more progress, but failed with WRITE10hathach
2019-12-21able to response to scsi inquiry, but failed to response to test unit readyhathach
2019-11-27fix #229hathach
2019-11-05clean uphathach
2019-11-01wait for scsi status complete before queueing for next scsi commandhathach
2019-11-01add assert to prevent div by zerohathach
2019-09-01rename lpc_usbd to lpc_ip3511hathach
2019-07-26webusb work great with linuxhathach
2019-07-24Merge branch 'master' into develophathach
2019-07-24change tud_msc_start_stop_cb() to return void -> boolhathach
2019-07-24rename tud_control_vendor_request_cb/complete_cb to tud_vendor_control_reques...hathach
2019-07-19more house keepinghathach
2019-07-16add tud_control_vendor_request_cb()/tud_control_vendor_complete_cb(), expose ...hathach
2019-07-12clean up, rename internal driver control_request_complete to simply control_c...hathach
2019-06-06add TU_ prefix to compiler ATTR to prevent name conflict with applicationhathach
2019-05-29added usbd_edpt_xfer/usbd_edpt_busy to replace dcd_edpt_transfer/dcd_edpt_busy()hathach
2019-05-14more endian converthathach
2019-05-14more clean up use inline bit funciton instead of macroshathach
2019-05-14clean up endian convert functionhathach
2019-05-14update license year to 2019hathach
2019-05-14clean uphathach
2019-05-09msc device will stall READ_CAPACITY & READ_FORMAT_CAPACITY if tud_msc_capacit...hathach
2019-05-07clean uphathach