|
论坛下载:
ff12.zip
(1.59 MB, 下载次数: 647)
-----------------------------
exFAT(Extended File Allocation Table File System,扩展FAT,也称作FAT64,
即扩展文件分配系统)是Microsoft在Windows Embeded 5.0以上(包括WinCE5.0、
6.0、Windows Mobile5、6、6.1)中引入的一种适合于闪存的文件系统,为了解决
FAT32等不支持4G及其更大的文件而推出。对于闪存,NTFS文件系统不适合使用,
exFAT更为适用。
===================================================
FatFS更新记录:
R0.11 (February 09, 2015)
Added f_findfirst(), f_findnext() and f_findclose(). (_USE_FIND)
Fixed f_unlink() does not remove cluster chain of the file. (appeared at R0.10c)
Fixed _FS_NORTC option does not work properly. (appeared at R0.10c)
R0.11a (September 05, 2015)
Fixed wrong media change can lead a deadlock at thread-safe configuration.
Added code page 771, 860, 861, 863, 864, 865 and 869. (_CODE_PAGE)
Removed some code pages actually not exist on the standard systems. (_CODE_PAGE)
Fixed errors in the case conversion teble of code page 437 and 850 (ff.c).
Fixed errors in the case conversion teble of Unicode (cc*.c).
R0.12 (April 12, 2016)
Added support of exFAT file system. (_FS_EXFAT)
Added f_expand(). (_USE_EXPAND)
Changed some members in FINFO structure and behavior of f_readdir().
Added an option _USE_CHMOD and removed an option _WORD_ACCESS.
Fixed errors in the case conversion teble of Unicode (cc*.c).
===================================================
|
|