zephyr/ext/fs/fat
Ramesh Thomas 0022289ace fs: PUll in rev 0.12a of open source FAT FS code
Update latest revision of the FAT FS code.

Origin: ELM Chan
URL: http://elm-chan.org/fsw/ff/00index_e.html
Change-Id: I602c239055c171595a46986eaa774298117055b6
Signed-off-by: Ramesh Thomas <ramesh.thomas@intel.com>
2016-07-20 15:06:36 +00:00
..
include fs: PUll in rev 0.12a of open source FAT FS code 2016-07-20 15:06:36 +00:00
option fs: PUll in rev 0.12a of open source FAT FS code 2016-07-20 15:06:36 +00:00
Kbuild
Kconfig
Makefile
README fs: PUll in rev 0.12a of open source FAT FS code 2016-07-20 15:06:36 +00:00
diskio.c fs: PUll in rev 0.12a of open source FAT FS code 2016-07-20 15:06:36 +00:00
ff.c fs: PUll in rev 0.12a of open source FAT FS code 2016-07-20 15:06:36 +00:00

README

This implementaion of file system is developed by ELM Chan
http://elm-chan.org/fsw/ff/00index_e.html.  

This is based on FAT file system specification.  It provides
an interface to physical storage management through its disk io
API in diskio.c. The disk io interfaces are updated to interface
with Zephyr flash memory management.

Current revision in the tree is 0.12a