aboutsummaryrefslogtreecommitdiff
path: root/ports/stm32/usbd_msc_storage.h
AgeCommit message (Collapse)Author
2019-06-11stm32/usbd_msc: Rework USBD MSC code to support multiple logical units.Damien George
SCSI can support multiple logical units over the one interface (in this case over USBD MSC) and here the MSC code is reworked to support this feature. At this point only one LU is used and the behaviour is mostly unchanged from before, except the INQUIRY result is different (it will report "Flash" for both flash and SD card).
2018-02-15stm32: Change header include guards from STMHAL to STM32 to match dir.Damien George
2017-09-06ports: Make new ports/ sub-directory and move all ports there.Damien George
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.