aboutsummaryrefslogtreecommitdiffstats
path: root/os/various/fatfs_bindings
Commit message (Collapse)AuthorAgeFilesLines
* fatfs: update to latest ChibiOS changesRomain Reignier2018-03-122-11/+11
|
* 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