288305739a
This implements the top layer of the FAT FS. It exports an user API that would be abstacted by Zephyr FS API. It has another set of API to interface with a bottom layer that would provide platform specific file systems. A flash file system will be implemented for the bottom layer. Jira: ZEP-285 Origin: ELM Chan URL: http://elm-chan.org/fsw/ff/00index_e.html Change-Id: Id7c99dbdac9612b1a597bd8099b8a528824afae9 Signed-off-by: Ramesh Thomas <ramesh.thomas@intel.com> |
||
---|---|---|
.. | ||
fat | ||
Kbuild | ||
Kconfig | ||
Makefile | ||
README |
README
This directory contains different file systems supported by Zephyr. The following file systems are currently supported: FatFs ------- FatFs is a file system based on the FAT file system spefication. This is provided by ELM Chan http://elm-chan.org/fsw/ff/00index_e.html