summaryrefslogtreecommitdiff
path: root/fatfs/source/00readme.txt
diff options
context:
space:
mode:
authorLeo C2018-05-28 00:33:58 +0200
committerLeo C2018-05-28 00:33:58 +0200
commit0f3b947bda5f34662a611272b9f12199e0da9aca (patch)
tree858d420b489f5b2fddefa5c3e4e094eb11687995 /fatfs/source/00readme.txt
parentb4e3fab85fcd9f5b1502ec991c81302b910492d3 (diff)
parentdbd0d34e68c73b9d3628cc1a1bda0b883976fc8b (diff)
downloadz180-stamp-0f3b947bda5f34662a611272b9f12199e0da9aca.zip
Merge branch 'chan-fatfs' into fatfs-integration
# Conflicts: # fatfs/source/diskio.h # fatfs/source/integer.h # fatfs/src/integer.h # fatfs/src/option/ccsbcs.c # include/avr/ffconf.h # include/integer.h
Diffstat (limited to 'fatfs/source/00readme.txt')
-rw-r--r--fatfs/source/00readme.txt22
1 files changed, 22 insertions, 0 deletions
diff --git a/fatfs/source/00readme.txt b/fatfs/source/00readme.txt
new file mode 100644
index 0000000..10c8131
--- /dev/null
+++ b/fatfs/source/00readme.txt
@@ -0,0 +1,22 @@
+FatFs Module Source Files R0.13b
+
+
+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.
+ integer.h Integer type definitions for 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.
+