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