fat_fs_code

所属分类:嵌入式/单片机/硬件编程
开发工具:C/C++
文件大小:56KB
下载次数:87
上传日期:2006-11-22 13:50:06
上 传 者DDOOXX
说明:  FAT文件系统的代码,希望对搞嵌入式开发的人有用,转自驱动开发网
(FAT file system code, and I hope to engage in the development of embedded useful, decanted from the opening drive Portal)

文件列表:
file (0, 2003-09-29)
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\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\file.html (72442, 2003-09-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.

近期下载者

相关文件


收藏者