zephyr/subsys/fs
Johan Hedberg 9968cda453 fs: Convert NFFS partition to a generic one
The NFFS partition at the end of flash is also useful for any other
file system or even the Flash Circular Buffer (FCB). Rename the
partition from 'nffs_partition' to 'storage_partition' and make it
depend on a new hidden Kconfig entry which the relevant users will
select (such as NFFS and FCB).

Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
2018-04-26 16:06:55 +05:30
..
fcb fs: Convert NFFS partition to a generic one 2018-04-26 16:06:55 +05:30
CMakeLists.txt subsys: fs: Add Virtual File system Switch (VFS) support 2018-03-10 21:38:04 -05:00
fat_fs.c subsys: fs: Add Virtual File system Switch (VFS) support 2018-03-10 21:38:04 -05:00
fs.c subsys: fs: Add Virtual File system Switch (VFS) support 2018-03-10 21:38:04 -05:00
Kconfig fs: Convert NFFS partition to a generic one 2018-04-26 16:06:55 +05:30
nffs_fs.c fs: Convert NFFS partition to a generic one 2018-04-26 16:06:55 +05:30
shell.c subsys: fs: Fix fs_file_t and fs_dir_t usage 2018-03-13 09:47:58 -05:00