]> cloudbase.mooo.com Git - z180-stamp.git/blobdiff - fatfs/src/00readme.txt
Add fat commands: fatstat, fatls, fatload, fatwrite
[z180-stamp.git] / fatfs / src / 00readme.txt
index 7285d330baaa77f7e706c7df9670f196a8bf2244..b30f7d3879c6ec74e73825b034c461a8e8db97ea 100644 (file)
@@ -1,4 +1,4 @@
-FatFs Module Source Files R0.10b                      (C)ChaN, 2014\r
+FatFs Module Source Files R0.10c                      (C)ChaN, 2014\r
 \r
 \r
 FILES\r
@@ -156,3 +156,8 @@ REVISION HISTORY
 \r
   Mar 19,'14 R0.10b    Fixed a hard error in the disk I/O layer can collapse the directory entry.\r
                        Fixed LFN entry is not deleted on delete/rename an object with lossy converted SFN.\r
+\r
+  Nov 09,'14 R0.10c    Added a configuration option for the platforms without RTC. (_FS_NORTC)\r
+                       Fixed volume label created by Mac OS X cannot be retrieved with f_getlabel().\r
+                       Fixed a potential problem of FAT access that can appear on disk error.\r
+                       Fixed null pointer dereference on attempting to delete the root direcotry.\r