aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/TempDataLogger/Lib/FATFs/00readme.txt
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2012-09-01 22:55:15 +0000
committerDean Camera <dean@fourwalledcubicle.com>2012-09-01 22:55:15 +0000
commitc4aeb6d5abc2a42f69388e33394a6f43740486ef (patch)
tree4a8c12c3521f089dd39db5aa25be46634c80db99 /Projects/TempDataLogger/Lib/FATFs/00readme.txt
parent376160e2c072a7d76560f1a864c02730ee684e62 (diff)
downloadlufa-c4aeb6d5abc2a42f69388e33394a6f43740486ef.tar.gz
lufa-c4aeb6d5abc2a42f69388e33394a6f43740486ef.tar.bz2
lufa-c4aeb6d5abc2a42f69388e33394a6f43740486ef.zip
Update FatFS library copies to the latest R0.09a version.
Diffstat (limited to 'Projects/TempDataLogger/Lib/FATFs/00readme.txt')
-rw-r--r--Projects/TempDataLogger/Lib/FATFs/00readme.txt14
1 files changed, 11 insertions, 3 deletions
diff --git a/Projects/TempDataLogger/Lib/FATFs/00readme.txt b/Projects/TempDataLogger/Lib/FATFs/00readme.txt
index c78da3186..80d8843d1 100644
--- a/Projects/TempDataLogger/Lib/FATFs/00readme.txt
+++ b/Projects/TempDataLogger/Lib/FATFs/00readme.txt
@@ -1,4 +1,4 @@
-FatFs Module Source Files R0.08b (C)ChaN, 2011
+FatFs Module Source Files R0.09a (C)ChaN, 2012
FILES
@@ -7,7 +7,8 @@ FILES
ff.h Common include file for FatFs and application module.
ff.c FatFs module.
diskio.h Common include file for FatFs and disk I/O module.
- integer.h Alternative type definitions for integer variables.
+ diskio.c An example of glue function to attach existing disk I/O module to FatFs.
+ integer.h Integer type definitions for FatFs.
option Optional external functions.
Low level disk I/O module is not included in this archive because the FatFs
@@ -23,7 +24,7 @@ AGREEMENTS
small embedded systems. This is a free software and is opened for education,
research and commercial developments under license policy of following trems.
- Copyright (C) 2011, ChaN, all right reserved.
+ Copyright (C) 2012, ChaN, all right reserved.
* The FatFs module is a free software and there is NO WARRANTY.
* No restriction on use. You can use, modify and redistribute it for
@@ -125,3 +126,10 @@ REVISION HISTORY
f_lseek() reports required table size on creating CLMP.
Extended format syntax of f_printf function.
Ignores duplicated directory separators in given path names.
+
+ Sep 06,'11 R0.09 f_mkfs() supports multiple partition to finish the multiple partition feature.
+ Added f_fdisk(). (_MULTI_PARTITION = 2)
+
+ Aug 27,'12 R0.09a Fixed assertion failure due to OS/2 EA on FAT12/16.
+ Changed API rejects null object pointer to avoid crash.
+ Changed option name _FS_SHARE to _FS_LOCK.