zephyr/ext/fs
Andrzej Kaczmarek 771f7776a9 ext: nffs: Pull in Apache Mynewt NFFS implementation
Origin: Apache Mynewt NFFS
URL: https://github.com/apache/mynewt-nffs/tree/master
Commit: 6639f7a432e70db00ef25d5e558aedbe503a3c9a
Purpose: Introduction of NFFS (Newtron Flash File System)
Maintained-by: External

Signed-off-by: Andrzej Kaczmarek <andrzej.kaczmarek@codecoup.pl>
2017-09-22 06:54:48 -04:00
..
fat fs: Update external FAT FS source with new rev 0.12b 2017-01-25 05:31:14 +00:00
nffs ext: nffs: Pull in Apache Mynewt NFFS implementation 2017-09-22 06:54:48 -04:00
Kbuild ext: nffs: Pull in Apache Mynewt NFFS implementation 2017-09-22 06:54:48 -04:00
Kconfig ext: nffs: Pull in Apache Mynewt NFFS implementation 2017-09-22 06:54:48 -04:00
Makefile ext: nffs: Pull in Apache Mynewt NFFS implementation 2017-09-22 06:54:48 -04:00
README fs: [WIP] Pull in open source FAT FS implementation 2016-06-29 05:17:57 +00:00

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