aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/src/usbh/hal_usbh_msd.c
Commit message (Collapse)AuthorAgeFilesLines
* USBH: MSD: revert report OK on CSW status failureDiego Ismirlian2019-10-021-2/+0
|
* USBH: rework debug frameworkDiego Ismirlian2019-10-021-78/+65
|
* Update copyrightDiego Ismirlian2019-09-291-1/+1
|
* Fixes for USB MSDJosé Simões2019-02-271-0/+2
| | | | | | | | | - Fix return value on succesfull scsi_requestsense. - Fix calls to LL SMT32 API for OTG2. - Port changes from ChibiOS fatfs_diskio. - Rework checks to allow simultaneous use of SD Card and USB MSD. Signed-off-by: José Simões <jose.simoes@eclo.solutions>
* Adopt sources to new HAL.Konstantin Oblaukhov2018-09-241-0/+1
|
* hal_usbh: update to new Time macrosRomain Reignier2018-03-121-4/+4
|
* USBH: MSD: improved syncrhonizationDiego Ismirlian2017-07-161-12/+7
|
* USBH: MSD: replace mutex with semaphores (more lightweight)Diego Ismirlian2017-07-141-48/+32
|
* USBH: Add flexibility to the enumeration processDiego Ismirlian2017-07-131-5/+4
|
* USBH: cleanupDiego Ismirlian2017-07-131-2/+17
|
* USBH: moved usbh/desciter.h and usbh/debug.h to usbh/internal.hDiego Ismirlian2017-07-091-3/+0
|
* USBH: Added mechanism for out-of-tree class driver enumerationDiego Ismirlian2017-07-091-8/+10
|
* USBH: MSD: Rework to prevent race conditions on unloadDiego Ismirlian2017-07-041-84/+43
|
* USBH: fix Mass Storage Driver EP reset status bugDiego Ismirlian2017-06-081-2/+2
|
* Clean up request type helpersDiego Ismirlian2017-06-061-3/+5
|
* Fixed bugs in new MSD driver implementationDiego Ismirlian2017-06-061-6/+13
|
* Mass license dates updateDiego Ismirlian2017-06-051-2/+2
|
* Rework Mass Storage DriverDiego Ismirlian2017-06-051-274/+332
| | | | | - Implemented (hopefully) correct Mass Storage Reset Recovery protocol - Implemented auto-sense protocol for SCSI command failure
* USB Host fixesDiego Ismirlian2017-06-051-12/+19
| | | | | | | | - 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
* usbh: cleanupNicolas Reinecke2016-12-051-4/+4
|
* STM32 mass update to current naming convention in ChibiOSbarthess2016-04-071-0/+939