Lines Matching refs:Added
19 Added FAT12 support.
27 Added a configuration option (_FS_MINIMUM).
33 Added f_rename().
47 Added f_mkfs().
57 Added a capability of extending file size to f_lseek().
58 Added minimization level 3.
65 Added a configuration option _USE_NTFLAG.
66 Added FSINFO support.
82 Added f_truncate() and f_utime().
91 Added fputc(), fputs(), fprintf() and fgets().
99 Added long file name feature. (_USE_LFN)
100 Added multiple code page feature. (_CODE_PAGE)
101 Added re-entrancy for multitask operation. (_FS_REENTRANT)
102 Added auto cluster size selection to f_mkfs().
103 Added rewind option to f_readdir().
112 Added multiple sector size feature.
120 Added relative path feature.
121 Added f_chdir() and f_chdrive().
122 Added proper case conversion to extended character.
131 Added a configuration option, _LFN_UNICODE.
138 Added a memory configuration option. (_USE_LFN = 3)
139 Added file lock feature. (_FS_SHARE)
140 Added fast seek feature. (_USE_FASTSEEK)
149 Added f_getcwd(). (_FS_RPATH = 2)
150 Added sector erase feature. (_USE_ERASE)
168 Added f_fdisk().
182 Added f_setlabel() and f_getlabel().
188 Added selection of character encoding on the file. (_STRF_ENCODE)
189 Added f_closedir().
190 Added forced full FAT scan for f_getfree(). (_FS_NOFSINFO)
191 Added forced mount feature with changes of f_mount().
202 Added arbitrary strings as drive number in the path name. (_STR_VOLUME_ID)
203 Added a configuration option of minimum sector size. (_MIN_SS)
221 Added a configuration option for the platforms without RTC. (_FS_NORTC)
231 Added f_findfirst(), f_findnext() and f_findclose(). (_USE_FIND)
240 Added code page 771, 860, 861, 863, 864, 865 and 869. (_CODE_PAGE)
249 Added support for exFAT file system. (_FS_EXFAT)
250 Added f_expand(). (_USE_EXPAND)
252 Added an option _USE_CHMOD.
260 Added support for creating exFAT volume with some changes of f_mkfs().
261 Added a file open method FA_OPEN_APPEND. An f_lseek() following f_open() is no longer needed.
295 Added f_setcp(), run-time code page configuration. (FF_CODE_PAGE = 0)
307 Added support for UTF-8 encoding on the API. (FF_LFN_UNICODE = 2)
308 Added options for file name output buffer. (FF_LFN_BUF, FF_SFN_BUF).
309 Added dynamic memory allocation option for working buffer of f_mkfs() and f_fdisk().
318 Added support for UTF-32 encoding on the API. (FF_LFN_UNICODE = 3)
319 Added support for Unix style volume ID. (FF_STR_VOLUME_ID = 2)