summaryrefslogtreecommitdiff
path: root/src/class/msc
AgeCommit message (Expand)Author
2018-12-06rename CFG_TUSB_HOST_CDC/MSC to CFG_TUH_CDC/MSChathach
2018-11-30rename OPT_MCU_LPC13UXX to OPT_MCU_LPC13XXhathach
2018-11-28add Auto descriptor endpoint num config to support lpc17xxhathach
2018-11-26add OPT_MODE_HIGH_SPEEDhathach
2018-11-26clean up warningshathach
2018-11-23remove pragma GCC diagnostichathach
2018-11-23rename DCD_XFER_SUCCESS to XFER_RESULT_SUCCESShathach
2018-11-23rename xfer complete enumhathach
2018-11-23rename tusb_event_t to xfer_result_thathach
2018-11-22rename CFG_TUSB_MEM_SECTION to CFG_TUSB_MEM_SECTIONhathach
2018-11-22msc device block count and block numhathach
2018-11-16nrf5x: refactor device control transfer.hathach
2018-11-09Exempt from strict warnings for struct packing and add MCU optionsScott Shawcroft
2018-11-08Polish up control split and treat it more like a normal endpoint.Scott Shawcroft
2018-11-07Split out the control endpoint logicScott Shawcroft
2018-11-07Add SAMD21 and SAMD51 support for CircuitPython.Scott Shawcroft
2018-10-24rename verify_breakpoint to TU_BREAKPOINThathach
2018-10-24replace dcd_xfer_complete by dcd_xfer_complete()hathach
2018-10-23clean up msc devicehathach
2018-10-23clean up helper funchathach
2018-08-23rename common func to avoid conflicthathach
2018-08-13rename VERIFY to TU_VERIFY to avoid conflict with applicationhathach
2018-07-27add usb msc callback descriptionhathach
2018-07-26update device msc callbackhathach
2018-07-26rename some scsi command struct, add SCSI_CMD_MODE_SENSE_6 to built-in suppor...hathach
2018-07-26add tud_msc_set_sense(), update msc device to reponse with default sense (ill...hathach
2018-07-25add SCSI_CMD_REQUEST_SENSE into device msc built-in commandhathach
2018-07-25clean up device mschathach
2018-07-25update msc examplehathach
2018-07-25correct msc stall behaviorhathach
2018-07-25enhance device msc response in case of STALL responsehathach
2018-07-25clean up device msc APIhathach
2018-07-25add scsi start stop unit struct, improve device msc, correctly stall unsuppor...hathach
2018-07-25add tud_msc_ready()hathach
2018-07-23reworking device hid class driverhathach
2018-07-17revert usbd_control_xfer_st() implementationhathach
2018-07-14use _usbd_ctrl_buf for control transferm refactor cdc devicehathach
2018-07-13only call class xfer callback associated with endpoint addresshathach
2018-07-13rename class driver close() to reset()hathach
2018-07-04add CFG_TUD_MSC_VENDOR,CFG_TUD_MSC_PRODUCT, CFG_TUD_MSC_PRODUCT_REV for msc i...hathach
2018-07-04add CFG_TUD_MSC_BLOCK_NUM, CFG_TUD_MSC_BLOCK_SZ msc device auto response to s...hathach
2018-07-01clean uphathach
2018-06-24clean uphathach
2018-06-24fix msc device with transfer len > 65k byteshathach
2018-06-21fix msc block count gethathach
2018-06-19update msc device adjust lba for read10, write10 callbackhathach
2018-06-18rename subfolder source to srchathach