]> cloudbase.mooo.com Git - z180-stamp.git/blame_incremental - fatfs/source/00readme.txt
Keep some ro data in flash using __memx address space.
[z180-stamp.git] / fatfs / source / 00readme.txt
... / ...
CommitLineData
1FatFs Module Source Files R0.15\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 ffunicode.c Optional Unicode utility functions.\r
14 ffsystem.c An example of optional O/S related functions.\r
15\r
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 it does not depend on any specific\r
19 storage device. You need to provide a low level disk I/O module written to\r
20 control the storage device that attached to the target system.\r
21\r