zephyr/ext/fs/fat
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
..
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 fs: Adds diskio interface 2016-08-01 16:46:38 -07:00
Kconfig fs: Update FatFs Kconfig names 2016-07-29 19:12:43 +00:00
Makefile fs: Update FatFs Kconfig names 2016-07-29 19:12:43 +00:00
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
zfs_diskio.c fat_fs: zfs_diskio: use same typedefs in header 2016-08-16 14:43:06 -07: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