zephyr/subsys/fs
Aurelien Jarno ce7e1a1cc8 subsys: fs/nvs: do not change flash protection for zero-length case
Avoid unsetting and setting the flash protection if there is nothing to
write to the flash. This happens for example when deleting data from the
flash using nvs_delete.

Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
2018-09-17 07:54:35 -04:00
..
fcb coccicnelle: Ignore return of memset 2018-09-14 16:55:37 -04:00
nvs subsys: fs/nvs: do not change flash protection for zero-length case 2018-09-17 07:54:35 -04:00
CMakeLists.txt cmake: default to linking 'app' with the interface library 'FS' 2018-07-25 08:27:45 -04:00
fat_fs.c coccicnelle: Ignore return of memset 2018-09-14 16:55:37 -04:00
fs.c subsys: fs: Add the support for multiple instances of fs 2018-05-08 08:53:01 -04:00
Kconfig cmake: default to linking 'app' with the interface library 'FS' 2018-07-25 08:27:45 -04:00
nffs_fs.c subsys: fs: Add the support for multiple instances of fs 2018-05-08 08:53:01 -04:00
shell.c subsys: shell : fs new shell module for fs mount operation 2018-09-13 09:27:45 -04:00