zephyr/ext/fs
Ramakrishna Pallala 2b5b7da9f3 subsys: disk: Add support for multiple disk interfaces
Add support for enabling multiple disk interfaces (Flash, RAM)
simultaneously in Zephyr by introducing a simple disk interface
framework where we can register multiple disks which would
interface with different storage devices. This would enable us
to have multiple instances of FATFS in Zephyr.

Add support for mass storage drive disk name which will be
used as an argument when calling the disk interface API's.

Enable multiple volumes support configuration in
ELM FAT library.

Signed-off-by: Ramakrishna Pallala <ramakrishna.pallala@intel.com>
2018-05-08 08:53:01 -04:00
..
fat subsys: disk: Add support for multiple disk interfaces 2018-05-08 08:53:01 -04:00
nffs ext: nffs: update for enabling statistic 2018-03-21 17:04:07 +01:00
CMakeLists.txt Introduce cmake-based rewrite of KBuild 2017-11-08 20:00:22 -05:00
README fs: [WIP] Pull in open source FAT FS implementation 2016-06-29 05:17:57 +00:00

README

This directory contains different file systems supported by Zephyr.

The following file systems are currently supported:

FatFs
-------
FatFs is a file system based on the FAT file system spefication.  This is
provided by ELM Chan http://elm-chan.org/fsw/ff/00index_e.html