summaryrefslogtreecommitdiff
path: root/lib/fatfs/source/00readme.txt
diff options
context:
space:
mode:
Diffstat (limited to 'lib/fatfs/source/00readme.txt')
-rw-r--r--lib/fatfs/source/00readme.txt20
1 files changed, 0 insertions, 20 deletions
diff --git a/lib/fatfs/source/00readme.txt b/lib/fatfs/source/00readme.txt
deleted file mode 100644
index 48c02a42d..000000000
--- a/lib/fatfs/source/00readme.txt
+++ /dev/null
@@ -1,20 +0,0 @@
-FatFs Module Source Files R0.15
-
-
-FILES
-
- 00readme.txt This file.
- 00history.txt Revision history.
- ff.c FatFs module.
- ffconf.h Configuration file of FatFs module.
- ff.h Common include file for FatFs and application module.
- diskio.h Common include file for FatFs and disk I/O module.
- diskio.c An example of glue function to attach existing disk I/O module to FatFs.
- ffunicode.c Optional Unicode utility functions.
- ffsystem.c An example of optional O/S related functions.
-
-
- Low level disk I/O module is not included in this archive because the FatFs
- module is only a generic file system layer and it does not depend on any specific
- storage device. You need to provide a low level disk I/O module written to
- control the storage device that attached to the target system.