summaryrefslogtreecommitdiffstatshomepage
path: root/stmhal/usbdev/class/src/usbd_msc_scsi.c
Commit message (Collapse)AuthorAge
* ports: Make new ports/ sub-directory and move all ports there.Damien George2017-09-06
| | | | | | This is to keep the top-level directory clean, to make it clear what is core and what is a port, and to allow the repository to grow with new ports in a sustainable way.
* stmhal/usbdev: For MSC implement SCSI SYNCHRONIZE_CACHE command.Damien George2017-06-08
| | | | | Currently just a dummy command that returns "success", but it's needed for some O/S's to correctly talk with the SCSI layer.
* stmhal: Remove unused usbdev files, and move used ones up a dir.Damien George2015-02-13
The unused files are from the ST demos for different USB classes and are not needed for the stmhal port.