micropython/lib/fatfs
Daniel Campora 7b19e99edd lib: Update FatFs to R0.11.
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.
2015-03-29 22:12:14 +01:00
..
option lib: Update FatFs to R0.11. 2015-03-29 22:12:14 +01:00
00readme.txt lib: Update FatFs to R0.11. 2015-03-29 22:12:14 +01:00
diskio.c lib: Update FatFs to R0.11. 2015-03-29 22:12:14 +01:00
diskio.h lib/fatfs: Upgrade to new FatFs driver, put in lib/ for common use. 2014-12-27 17:36:16 +00:00
ff.c lib: Update FatFs to R0.11. 2015-03-29 22:12:14 +01:00
ff.h lib: Update FatFs to R0.11. 2015-03-29 22:12:14 +01:00
ffconf_template.h lib: Update FatFs to R0.11. 2015-03-29 22:12:14 +01:00
history.txt lib: Update FatFs to R0.11. 2015-03-29 22:12:14 +01:00
integer.h lib/fatfs: Upgrade to new FatFs driver, put in lib/ for common use. 2014-12-27 17:36:16 +00:00