summaryrefslogtreecommitdiff
path: root/fatfs/src/00readme.txt
diff options
context:
space:
mode:
authorLeo C2018-05-27 21:26:38 +0200
committerLeo C2018-05-27 21:26:38 +0200
commit289f6a146c0b2087607d8d8659531ea90142779a (patch)
tree37b0e9e341a4112582ccda4b8e22d4b2c4a6ee21 /fatfs/src/00readme.txt
parent70702af1370e44e32fb2c3c507e4759a187b4fe5 (diff)
downloadz180-stamp-289f6a146c0b2087607d8d8659531ea90142779a.zip
Import fatfs R0.13bfatfs-0.13b
Diffstat (limited to 'fatfs/src/00readme.txt')
-rw-r--r--fatfs/src/00readme.txt21
1 files changed, 0 insertions, 21 deletions
diff --git a/fatfs/src/00readme.txt b/fatfs/src/00readme.txt
deleted file mode 100644
index 42426a4..0000000
--- a/fatfs/src/00readme.txt
+++ /dev/null
@@ -1,21 +0,0 @@
-FatFs Module Source Files R0.12a
-
-
-FILES
-
- 00readme.txt This file.
- history.txt Revision history.
- ffconf.h Configuration file for FatFs module.
- ff.h Common include file for FatFs and application module.
- ff.c FatFs 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.
- integer.h Integer type definitions for FatFs.
- option Optional external 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 not depend on any specific
- storage device. You have to provide a low level disk I/O module that written
- to control the target storage device.
-