FatFS R0.10b, released May 19, 2014

This commit is contained in:
Christopher Williams
2015-01-31 09:24:04 -07:00
parent 935031e4e5
commit 762b341574
75 changed files with 812 additions and 704 deletions
+4 -1
View File
@@ -1,4 +1,4 @@
FatFs Module Source Files R0.10a (C)ChaN, 2014
FatFs Module Source Files R0.10b (C)ChaN, 2014
FILES
@@ -153,3 +153,6 @@ REVISION HISTORY
Fixed f_close() invalidates the file object without volume lock.
Fixed f_closedir() returns but the volume lock is left acquired.
Fixed creation of an entry with LFN fails on too many SFN collisions.
Mar 19,'14 R0.10b Fixed a hard error in the disk I/O layer can collapse the directory entry.
Fixed LFN entry is not deleted on delete/rename an object with lossy converted SFN.