|
|
@ -1,4 +1,4 @@
|
|
|
|
FatFs Module Source Files R0.07e (C)ChaN, 2009
|
|
|
|
FatFs Module Source Files R0.07e (C)ChaN, 2010
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
FILES
|
|
|
|
FILES
|
|
|
@ -24,7 +24,7 @@ AGREEMENTS
|
|
|
|
small embedded systems. This is a free software and is opened for education,
|
|
|
|
small embedded systems. This is a free software and is opened for education,
|
|
|
|
research and commercial developments under license policy of following trems.
|
|
|
|
research and commercial developments under license policy of following trems.
|
|
|
|
|
|
|
|
|
|
|
|
Copyright (C) 2009, ChaN, all right reserved.
|
|
|
|
Copyright (C) 2010, ChaN, all right reserved.
|
|
|
|
|
|
|
|
|
|
|
|
* The FatFs module is a free software and there is NO WARRANTY.
|
|
|
|
* The FatFs module is a free software and there is NO WARRANTY.
|
|
|
|
* No restriction on use. You can use, modify and redistribute it for
|
|
|
|
* No restriction on use. You can use, modify and redistribute it for
|
|
|
@ -84,7 +84,7 @@ REVISION HISTORY
|
|
|
|
Added string functions: fputc(), fputs(), fprintf() and fgets().
|
|
|
|
Added string functions: fputc(), fputs(), fprintf() and fgets().
|
|
|
|
Improved performance of f_lseek() on move to the same or following cluster.
|
|
|
|
Improved performance of f_lseek() on move to the same or following cluster.
|
|
|
|
|
|
|
|
|
|
|
|
Apr 01, 2009, R0.07 Merged Tiny-FatFs as a buffer configuration option.
|
|
|
|
Apr 01, 2010, R0.07 Merged Tiny-FatFs as a buffer configuration option.
|
|
|
|
Added long file name support.
|
|
|
|
Added long file name support.
|
|
|
|
Added multiple code page support.
|
|
|
|
Added multiple code page support.
|
|
|
|
Added re-entrancy for multitask operation.
|
|
|
|
Added re-entrancy for multitask operation.
|
|
|
@ -93,17 +93,17 @@ REVISION HISTORY
|
|
|
|
Changed result code of critical errors.
|
|
|
|
Changed result code of critical errors.
|
|
|
|
Renamed string functions to avoid name collision.
|
|
|
|
Renamed string functions to avoid name collision.
|
|
|
|
|
|
|
|
|
|
|
|
Apr 14, 2009, R0.07a Separated out OS dependent code on reentrant cfg.
|
|
|
|
Apr 14, 2010, R0.07a Separated out OS dependent code on reentrant cfg.
|
|
|
|
Added multiple sector size support.
|
|
|
|
Added multiple sector size support.
|
|
|
|
|
|
|
|
|
|
|
|
Jun 21, 2009, R0.07c Fixed f_unlink() may return FR_OK on error.
|
|
|
|
Jun 21, 2010, R0.07c Fixed f_unlink() may return FR_OK on error.
|
|
|
|
Fixed wrong cache control in f_lseek().
|
|
|
|
Fixed wrong cache control in f_lseek().
|
|
|
|
Added relative path feature.
|
|
|
|
Added relative path feature.
|
|
|
|
Added f_chdir().
|
|
|
|
Added f_chdir().
|
|
|
|
Added f_chdrive().
|
|
|
|
Added f_chdrive().
|
|
|
|
Added proper case conversion for extended characters.
|
|
|
|
Added proper case conversion for extended characters.
|
|
|
|
|
|
|
|
|
|
|
|
Nov 03,'2009 R0.07e Separated out configuration options from ff.h to ffconf.h.
|
|
|
|
Nov 03,'2010 R0.07e Separated out configuration options from ff.h to ffconf.h.
|
|
|
|
Added a configuration option, _LFN_UNICODE.
|
|
|
|
Added a configuration option, _LFN_UNICODE.
|
|
|
|
Fixed f_unlink() fails to remove a sub-dir on _FS_RPATH.
|
|
|
|
Fixed f_unlink() fails to remove a sub-dir on _FS_RPATH.
|
|
|
|
Fixed name matching error on the 13 char boundary.
|
|
|
|
Fixed name matching error on the 13 char boundary.
|
|
|
|