]> cloudbase.mooo.com Git - z180-stamp.git/blame - fatfs/src/00readme.txt
Import fatfs R0.12b
[z180-stamp.git] / fatfs / src / 00readme.txt
CommitLineData
70702af1 1FatFs Module Source Files R0.12a\r
53668523
L
2\r
3\r
4FILES\r
5\r
70702af1
L
6 00readme.txt This file.\r
7 history.txt Revision history.\r
8 ffconf.h Configuration file for FatFs module.\r
9 ff.h Common include file for FatFs and application module.\r
10 ff.c FatFs module.\r
11 diskio.h Common include file for FatFs and disk I/O module.\r
12 diskio.c An example of glue function to attach existing disk I/O module to FatFs.\r
13 integer.h Integer type definitions for FatFs.\r
14 option Optional external functions.\r
15\r
53668523
L
16\r
17 Low level disk I/O module is not included in this archive because the FatFs\r
18 module is only a generic file system layer and not depend on any specific\r
19 storage device. You have to provide a low level disk I/O module that written\r
70702af1 20 to control the target storage device.\r
7b78a5a2 21\r