aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/include/usbh/dev/msd.h
Commit message (Collapse)AuthorAgeFilesLines
* USBH: add helper macros to MSD, FTDI, AOADiego Ismirlian2019-10-021-1/+2
|
* Update copyrightDiego Ismirlian2019-09-291-1/+1
|
* USBH: MSD: replace mutex with semaphores (more lightweight)Diego Ismirlian2017-07-141-1/+1
|
* USBH: cleanupDiego Ismirlian2017-07-131-16/+2
|
* USBH: Added mechanism for out-of-tree class driver enumerationDiego Ismirlian2017-07-091-3/+0
|
* USBH: MSD: Rework to prevent race conditions on unloadDiego Ismirlian2017-07-041-9/+3
|
* Mass license dates updateDiego Ismirlian2017-06-051-2/+2
|
* Rework Mass Storage DriverDiego Ismirlian2017-06-051-1/+0
| | | | | - Implemented (hopefully) correct Mass Storage Reset Recovery protocol - Implemented auto-sense protocol for SCSI command failure
* USB Host fixesDiego Ismirlian2017-06-051-2/+5
| | | | | | | | - Cleaned up alignment macros for GCC & IAR - Corrected EP halt and Clear halt behaviours - Initialization of class drivers by USB Host main driver - Minor cosmetic fixes - Updated USB_HOST testhal app
* STM32 mass update to current naming convention in ChibiOSbarthess2016-04-071-1/+1
|
* USB-Host: Initial commitFabien Poussin2016-02-151-0/+125