zephyr/ext/fs
Andrew Boie 335d85f6d2 fat_fs: zfs_diskio: use same typedefs in header
The implementation was using different typedefs than the prototypes
in the header.

Issue: ZEP-695
Change-Id: Ia369daafe1bce39830535d184bd4388b13c986b4
Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2016-08-16 14:43:06 -07:00
..
fat fat_fs: zfs_diskio: use same typedefs in header 2016-08-16 14:43:06 -07:00
Kbuild fs: Update FatFs Kconfig names 2016-07-29 19:12:43 +00:00
Kconfig fs: [WIP] Pull in open source FAT FS implementation 2016-06-29 05:17:57 +00:00
Makefile fs: [WIP] Pull in open source FAT FS implementation 2016-06-29 05:17:57 +00:00
README fs: [WIP] Pull in open source FAT FS implementation 2016-06-29 05:17:57 +00:00

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