zephyr/ext/fs/fat
Ramesh Thomas 4c5fd88e38 fs: Update external FAT FS source with new rev 0.12b
Update elm-chan FAT FS with latest sources. Updated README with changes
made to default configurations.

Change-Id: I3c868479506042d174ac7df360ce62931d8ac5af
Jira: ZEP-1338
Signed-off-by: Ramesh Thomas <ramesh.thomas@intel.com>
2017-01-25 05:31:14 +00:00
..
include fs: Update external FAT FS source with new rev 0.12b 2017-01-25 05:31:14 +00:00
option fs: Update external FAT FS source with new rev 0.12b 2017-01-25 05:31:14 +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: Update external FAT FS source with new rev 0.12b 2017-01-25 05:31:14 +00:00
diskio.c fs: Update external FAT FS source with new rev 0.12b 2017-01-25 05:31:14 +00:00
ff.c fs: Update external FAT FS source with new rev 0.12b 2017-01-25 05:31:14 +00:00
zfs_diskio.c fs: expose generic ramdisk/flash disk access functions 2016-11-09 02:45:45 +00: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.12b

The file system provides options to configure the source. The configurations
are stored in include/ffconf.h. Following configurations are updated.

_USE_MKFS	1
_CODE_PAGE	1
_FS_TINY	1
_FS_NORTC	1