zephyr/subsys/fs
Andrzej Puzdrowski b7f1289847 subsys: fs: Add Flash Circular Buffer
Zephyr already supports NFFS as a storage layer, but it might
be a little bit too heavyweight for certain applications in
memory-restricted ICs.

This module is response for need of Lightweight flash storage
capability. FCB is ported form MyNewt as native zephyr module.

Signed-off-by: Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no>
2018-01-15 15:46:37 -05:00
..
fcb subsys: fs: Add Flash Circular Buffer 2018-01-15 15:46:37 -05:00
CMakeLists.txt subsys: fs: Add Flash Circular Buffer 2018-01-15 15:46:37 -05:00
fat_fs.c subsys: convert to using newly introduced integer sized types 2017-04-21 09:36:22 -05:00
Kconfig subsys: fs: Add Flash Circular Buffer 2018-01-15 15:46:37 -05:00
nffs_fs.c fs: nffs: Corrected types in OS specific functions 2018-01-02 13:34:02 -05:00
shell.c fs: shell: Add more shell functions 2017-09-22 06:54:48 -04:00