aboutsummaryrefslogtreecommitdiffstats
path: root/os/various/fatfs_bindings/fatfs_diskio.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix F7 cache invalidation on write operationJosé Simões2019-03-101-6/+17
|
* Add call to cache flush on disk writeJosé Simões2019-03-071-0/+3
| | | | - This is required for F7 targets (and others that feature memory cache). - The call is provided empty for all the other series, so it's OK to use it as it is.
* Fixes for USB MSDJosé Simões2019-02-271-31/+53
| | | | | | | | | - 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-6/+6
|
* fatfs: update to latest ChibiOS changesRomain Reignier2018-03-121-10/+10
|
* USBH: Fix compile with FATFS 0.12bDiego Ismirlian2017-08-071-12/+12
|
* USB Host fixesDiego Ismirlian2017-06-051-0/+320
- 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