zephyr/subsys/fs
Aurelien Jarno 9fa1af694e subsys: fs/nvs: do not leave the flash unprotected in case of error
In case a write to the flash failed, do not leave the flash unprotected.
Always call flash_write_protection_set in that case.

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 leave the flash unprotected in case of error 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