aboutsummaryrefslogtreecommitdiffstats
path: root/os/various/fatfs_bindings
Commit message (Collapse)AuthorAgeFilesLines
* Update copyrightDiego Ismirlian2019-09-291-1/+1
|
* Merge branch 'master' of https://github.com/ChibiOS/ChibiOS-ContribDiego Ismirlian2019-08-243-60/+96
|\
| * 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-242-6/+10
| |
* | FATFS: update diskio to match FATFS versionDiego Ismirlian2018-08-201-6/+6
| |
* | Merge branch 'master' of https://github.com/ChibiOS/ChibiOS-ContribDiego Ismirlian2018-08-202-11/+11
|\|
| * fatfs: update to latest ChibiOS changesRomain Reignier2018-03-122-11/+11
| |
* | USBH: silence compiler warningDiego Ismirlian2017-10-291-0/+1
| |
* | USBH: testhal example: improve support for multiple FAT devicesDiego Ismirlian2017-08-083-48/+76
|/
* USBH: Fix compile with FATFS 0.12bDiego Ismirlian2017-08-071-12/+12
|
* USB Host fixesDiego Ismirlian2017-06-052-0/+327
- 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