fat16 and fat32 file system

所属分类:单片机开发
开发工具:C/C++
文件大小:57KB
下载次数:1219
上传日期:2005-11-30 00:27:00
上 传 者moonfish
说明:  fat16、fat32文件格式的c源程序,内含怎样建立目录、建立文件、删除文件等。
(fat16, fat32 file format c source, the list includes how to establish, document, delete files.)

文件列表:
file\fat.c (105192, 2003-09-29)
file\fat.h (9164, 2003-09-29)
file\fat32.c (107492, 2003-09-29)
file\fat32.h (8817, 2003-09-29)
file\file.c (6280, 2003-09-29)
file\file.h (10856, 2003-09-29)
file\file.html (72442, 2003-09-29)
file\fs.h (934, 2003-09-29)
file\fs_variable.c (6114, 2003-09-29)
file\iso9660.c (42142, 2003-09-29)
file\iso9660.h (3665, 2003-09-29)
file\wav.h (5459, 2003-09-29)
file (0, 2005-11-29)

File system general information ------------------------------- This directory contains 3 file system modules: - file system ISO9660 iso9660.c iso9660.h - file system FAT12/16 fat.c fat.h - file system FAT32 fat32.c fat32.h file.c and file.h contains all high levels functions/macro/definition for your application. fs_variable.c contains all definitions of variables that can be shared with the all file systems. config.h must contain the definition of the file system used by your application. For example: #define MEM_CHIP_FS FS_FAT_12_16 /* _FAT_12_16 _FAT_32 _ISO _NONE */ #define MEM_CARD_FS FS_FAT_ISO /* _FAT_12_16 _FAT_32 _ISO _NONE */ This lines will set FAT12/16 file system for your on-board memory (dataflash, nandflash, ...) and ISO9660 for your card (in this case, a Compact-Disc reader). Location of files must be defined in your project.

近期下载者

相关文件


收藏者