1This implementaion of file system is developed by ELM Chan
2http://elm-chan.org/fsw/ff/00index_e.html.
3
4This is based on FAT file system specification.  It provides
5an interface to physical storage management through its disk io
6API in diskio.c. The disk io interfaces are updated to interface
7with Zephyr flash memory management.
8
9Current revision in the tree is 0.15a
10
11URL to current version: http://elm-chan.org/fsw/ff/arc/ff15a.zip
12