summaryrefslogtreecommitdiffstatshomepage
path: root/docs
diff options
context:
space:
mode:
authorDaniel Campora <daniel@wipy.io>2015-03-27 12:17:12 +0100
committerDamien George <damien.p.george@gmail.com>2015-03-29 22:12:14 +0100
commit7b19e99edd2ca5d60154ffaa6007c936f274a15a (patch)
treed8850b49750f417d119450c9dd4084e71837959f /docs
parent64e8b622917156bfe3a7ca3698072188be1ab862 (diff)
downloadmicropython-7b19e99edd2ca5d60154ffaa6007c936f274a15a.tar.gz
micropython-7b19e99edd2ca5d60154ffaa6007c936f274a15a.zip
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.
Diffstat (limited to 'docs')
0 files changed, 0 insertions, 0 deletions