]> cloudbase.mooo.com Git - z180-stamp.git/blob - fatfs/source/00readme.txt
Import fatfs R0.13b
[z180-stamp.git] / fatfs / source / 00readme.txt
1 FatFs Module Source Files R0.13b
2
3
4 FILES
5
6 00readme.txt This file.
7 00history.txt Revision history.
8 ff.c FatFs module.
9 ffconf.h Configuration file of FatFs module.
10 ff.h Common include file for FatFs and application module.
11 diskio.h Common include file for FatFs and disk I/O module.
12 diskio.c An example of glue function to attach existing disk I/O module to FatFs.
13 integer.h Integer type definitions for FatFs.
14 ffunicode.c Optional Unicode utility functions.
15 ffsystem.c An example of optional O/S related functions.
16
17
18 Low level disk I/O module is not included in this archive because the FatFs
19 module is only a generic file system layer and it does not depend on any specific
20 storage device. You need to provide a low level disk I/O module written to
21 control the storage device that attached to the target system.
22