mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-03 21:41:58 +00:00
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> |
||
---|---|---|
.. | ||
include | ||
option | ||
diskio.c | ||
ff.c | ||
Kbuild | ||
Kconfig | ||
Makefile | ||
README | ||
zfs_diskio.c |
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