文件名称:Fatfs 0.8a
- 所属分类:
- 其他嵌入式/单片机内容
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2010-10-22
- 文件大小:
- 805.83kb
- 下载次数:
- 0次
- 提 供 者:
- bitterguo
- 相关连接:
- 发布者
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
FatFs的最新代码。版本0.8a
R0.08a, Aug 16, 2010
Added f_getcwd(). (_FS_RPATH = 2)
Added sector erase feature. (_USE_ERASE)
Moved file lock semaphore table from fs object to the bss.
Fixed a wrong directory entry is created on non-LFN cfg when the given name contains ';'.
Fixed f_mkfs() creates wrong FAT32 volume.
我现在的项目中就在使用 STM32+NAND Flash+USB MassStorage
R0.08a, Aug 16, 2010
Added f_getcwd(). (_FS_RPATH = 2)
Added sector erase feature. (_USE_ERASE)
Moved file lock semaphore table from fs object to the bss.
Fixed a wrong directory entry is created on non-LFN cfg when the given name contains ';'.
Fixed f_mkfs() creates wrong FAT32 volume.
我现在的项目中就在使用 STM32+NAND Flash+USB MassStorage
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : ff8a.zip 列表 doc/ doc/00index_e.html doc/00index_j.html doc/css_e.css doc/css_j.css doc/en/ doc/en/appnote.html doc/en/chdir.html doc/en/chdrive.html doc/en/chmod.html doc/en/close.html doc/en/dinit.html doc/en/dioctl.html doc/en/dread.html doc/en/dstat.html doc/en/dwrite.html doc/en/fattime.html doc/en/filename.html doc/en/forward.html doc/en/getcwd.html doc/en/getfree.html doc/en/gets.html doc/en/lseek.html doc/en/mkdir.html doc/en/mkfs.html doc/en/mount.html doc/en/open.html doc/en/opendir.html doc/en/printf.html doc/en/putc.html doc/en/puts.html doc/en/read.html doc/en/readdir.html doc/en/rename.html doc/en/sdir.html doc/en/sfatfs.html doc/en/sfile.html doc/en/sfileinfo.html doc/en/stat.html doc/en/sync.html doc/en/truncate.html doc/en/unlink.html doc/en/utime.html doc/en/write.html doc/img/ doc/img/f1.png doc/img/f2.png doc/img/f3.png doc/img/f4.png doc/img/f5.png doc/img/f6.png doc/img/layers.png doc/img/rwtest.png doc/img/rwtest2.png doc/ja/ doc/ja/appnote.html doc/ja/chdir.html doc/ja/chdrive.html doc/ja/chmod.html doc/ja/close.html doc/ja/dinit.html doc/ja/dioctl.html doc/ja/dread.html doc/ja/dstat.html doc/ja/dwrite.html doc/ja/fattime.html doc/ja/filename.html doc/ja/forward.html doc/ja/getcwd.html doc/ja/getfree.html doc/ja/gets.html doc/ja/lseek.html doc/ja/mkdir.html doc/ja/mkfs.html doc/ja/mount.html doc/ja/open.html doc/ja/opendir.html doc/ja/printf.html doc/ja/putc.html doc/ja/puts.html doc/ja/read.html doc/ja/readdir.html doc/ja/rename.html doc/ja/sdir.html doc/ja/sfatfs.html doc/ja/sfile.html doc/ja/sfileinfo.html doc/ja/stat.html doc/ja/sync.html doc/ja/truncate.html doc/ja/unlink.html doc/ja/utime.html doc/ja/write.html doc/updates.txt src/ src/00readme.txt src/diskio.h src/ff.c src/ff.h src/ffconf.h src/integer.h src/option/ src/option/cc932.c src/option/cc936.c src/option/cc949.c src/option/cc950.c src/option/ccsbcs.c src/option/syscall.c