mohliy e2ff1a23ba 初始版本 4 tháng trước cách đây
..
include e2ff1a23ba 初始版本 4 tháng trước cách đây
nls e2ff1a23ba 初始版本 4 tháng trước cách đây
option e2ff1a23ba 初始版本 4 tháng trước cách đây
zephyr e2ff1a23ba 初始版本 4 tháng trước cách đây
CMakeLists.txt e2ff1a23ba 初始版本 4 tháng trước cách đây
Kconfig e2ff1a23ba 初始版本 4 tháng trước cách đây
README e2ff1a23ba 初始版本 4 tháng trước cách đây
diskio.c e2ff1a23ba 初始版本 4 tháng trước cách đây
diskio_cache.c e2ff1a23ba 初始版本 4 tháng trước cách đây
ff.c e2ff1a23ba 初始版本 4 tháng trước cách đây
zfs_diskio.c e2ff1a23ba 初始版本 4 tháng trước cách đây

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

The following configurations are exposed as kconfig options.
_USE_LFN
_MAX_LFN
_CODE_PAGE