]> cloudbase.mooo.com Git - z180-stamp.git/blobdiff - fatfs/source/00readme.txt
Import fatfs R0.13b
[z180-stamp.git] / fatfs / source / 00readme.txt
diff --git a/fatfs/source/00readme.txt b/fatfs/source/00readme.txt
new file mode 100644 (file)
index 0000000..10c8131
--- /dev/null
@@ -0,0 +1,22 @@
+FatFs Module Source Files R0.13b\r
+\r
+\r
+FILES\r
+\r
+  00readme.txt   This file.\r
+  00history.txt  Revision history.\r
+  ff.c           FatFs module.\r
+  ffconf.h       Configuration file of FatFs module.\r
+  ff.h           Common include file for FatFs and application module.\r
+  diskio.h       Common include file for FatFs and disk I/O module.\r
+  diskio.c       An example of glue function to attach existing disk I/O module to FatFs.\r
+  integer.h      Integer type definitions for FatFs.\r
+  ffunicode.c    Optional Unicode utility functions.\r
+  ffsystem.c     An example of optional O/S related functions.\r
+\r
+\r
+  Low level disk I/O module is not included in this archive because the FatFs\r
+  module is only a generic file system layer and it does not depend on any specific\r
+  storage device. You need to provide a low level disk I/O module written to\r
+  control the storage device that attached to the target system.\r
+\r