zephyr/subsys/fs/fcb
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
..
CMakeLists.txt
fcb_append.c fs: Convert FCB to use sectors (not areas) 2018-02-07 09:51:26 -05:00
fcb_elem_info.c fs: Convert FCB to use sectors (not areas) 2018-02-07 09:51:26 -05:00
fcb_getnext.c fs: Convert FCB to use sectors (not areas) 2018-02-07 09:51:26 -05:00
fcb_priv.h subsys: fs: fcb: rework fcb_walk and its callback 2018-02-07 09:51:26 -05:00
fcb_rotate.c fs: Convert FCB to use sectors (not areas) 2018-02-07 09:51:26 -05:00
fcb_walk.c subsys: fcb: Check for mutex lock failure when walking FCB 2018-02-17 09:14:16 -05:00
fcb.c subsys: fs: fcb: remove f_area_id from fcb structure 2018-02-07 09:51:26 -05:00
Kconfig fs: Convert NFFS partition to a generic one 2018-04-26 16:06:55 +05:30