aboutsummaryrefslogtreecommitdiff
path: root/ports/stm32/usbd_msc_interface.c
AgeCommit message (Expand)Author
2020-02-28all: Reformat C and Python source code with tools/codeformat.py.Damien George
2019-10-29extmod/vfs: Rename BP_IOCTL_xxx constants to MP_BLOCKDEV_IOCTL_xxx.Damien George
2019-07-16stm32/usb: Add config options to disable USB MSC and/or HID.Damien George
2019-06-11stm32/usbd_msc: Allow to compile when USB enabled and SD card disabled.Damien George
2019-06-11stm32/usb: Add "msc" kw-arg to pyb.usb_mode to select MSC logical units.Damien George
2019-06-11stm32/usbd_msc: Provide Mode Sense response data in MSC interface.Damien George
2019-06-11stm32/usbd_msc: Provide custom irquiry processing by MSC interface.Damien George
2019-06-11stm32/usbd_msc: Rework USBD MSC code to support multiple logical units.Damien George