]> cloudbase.mooo.com Git - z180-stamp.git/blobdiff - fatfs/src/00readme.txt
Merge branch 'chan-fatfs' into fatfs-integration
[z180-stamp.git] / fatfs / src / 00readme.txt
diff --git a/fatfs/src/00readme.txt b/fatfs/src/00readme.txt
deleted file mode 100644 (file)
index 42426a4..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-FatFs Module Source Files R0.12a\r
-\r
-\r
-FILES\r
-\r
-  00readme.txt This file.\r
-  history.txt  Revision history.\r
-  ffconf.h     Configuration file for FatFs module.\r
-  ff.h         Common include file for FatFs and application module.\r
-  ff.c         FatFs 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
-  option       Optional external 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 not depend on any specific\r
-  storage device. You have to provide a low level disk I/O module that written\r
-  to control the target storage device.\r
-\r