2016-06-04 04:42:45 +08:00
|
|
|
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.
|
2016-07-17 15:05:34 +08:00
|
|
|
|
|
|
|
Current revision in the tree is 0.12a
|