FatFs R0.13, released May 21, 2017

This commit is contained in:
Christopher Williams
2017-08-15 20:05:43 -07:00
parent 2151fefc57
commit 5df4ed1877
149 changed files with 17891 additions and 37606 deletions
+22
View File
@@ -0,0 +1,22 @@
FatFs Module Source Files R0.13
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.