summaryrefslogtreecommitdiffstatshomepage
path: root/lib/fatfs/ff.c
Commit message (Collapse)AuthorAge
* lib/fatfs: Remove old fatfs library component, it's replaced by oofatfs.Damien George2017-01-30
|
* lib: Update FatFs to R0.11.Daniel Campora2015-03-29
| | | | | | | | | | | | | There are lots of cosmetic changes, but this release brings a very important bug fix: - Fixed f_unlink() does not remove cluster chain of the file. With R0.10c if you try to write a file that is too large to fit in the free space of the drive, the operation fails, you delete the incomplete file, and it seems to be erased, but the space is not really freed, because any subsequent write operations fail because the drive is "still" full. The only way to recover from this is by formatting the drive. I can confirm that R0.11 fixes the problem.
* lib/fatfs: Allow a smaller minimum sector count for fatfs to be created.Damien George2014-12-27
|
* lib/fatfs: Support our volume names; make some funcs static.Damien George2014-12-27
|
* lib/fatfs: Upgrade to new FatFs driver, put in lib/ for common use.Damien George2014-12-27
Patches to fatfs for our use will follow.