zephyr/fs
Kuo-Lang Tseng 57c760ad94 fs: Adds flash device support to diskio interface
Adds the flash device support for the file system storage media.
The implementation is generic for any flash device that implements
the flash API support.

Origin: original

Jira: ZEP-447
Change-Id: Ib89a6a64216cce1461da0bec6fa9588b97e06b41
Signed-off-by: Kuo-Lang Tseng <kuo-lang.tseng@intel.com>
2016-08-02 00:47:14 +00:00
..
Kconfig fs: Adds flash device support to diskio interface 2016-08-02 00:47:14 +00:00
Makefile fs: Adds flash device support to diskio interface 2016-08-02 00:47:14 +00:00
fat_flash_diskio.c fs: Adds flash device support to diskio interface 2016-08-02 00:47:14 +00:00
fat_fs.c fs: Adds the glue layer for the Fat FS module 2016-08-01 16:47:33 -07:00
fat_ram_diskio.c