2b5b7da9f3
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> |
||
---|---|---|
.. | ||
fat | ||
nffs | ||
CMakeLists.txt | ||
README |
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