summaryrefslogtreecommitdiff
path: root/fatfs/src/00readme.txt
diff options
context:
space:
mode:
authorLeo C2014-11-17 14:47:05 +0100
committerLeo C2014-11-17 14:47:05 +0100
commit7b78a5a287827db9e9b16286f3604aef69b37c5c (patch)
tree6a3788876f5d701f42663f0a498068f18e39df79 /fatfs/src/00readme.txt
parent5366852335044c1e68a5c32548d3051cc943552f (diff)
downloadz180-stamp-7b78a5a287827db9e9b16286f3604aef69b37c5c.zip
Import fatfs R0.10cfatfs-0.10c
Diffstat (limited to 'fatfs/src/00readme.txt')
-rw-r--r--fatfs/src/00readme.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/fatfs/src/00readme.txt b/fatfs/src/00readme.txt
index 7285d33..b30f7d3 100644
--- a/fatfs/src/00readme.txt
+++ b/fatfs/src/00readme.txt
@@ -1,4 +1,4 @@
-FatFs Module Source Files R0.10b (C)ChaN, 2014
+FatFs Module Source Files R0.10c (C)ChaN, 2014
FILES
@@ -156,3 +156,8 @@ REVISION HISTORY
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.
+
+ Nov 09,'14 R0.10c Added a configuration option for the platforms without RTC. (_FS_NORTC)
+ Fixed volume label created by Mac OS X cannot be retrieved with f_getlabel().
+ Fixed a potential problem of FAT access that can appear on disk error.
+ Fixed null pointer dereference on attempting to delete the root direcotry.