zephyr/subsys/fs/nvs
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
..
CMakeLists.txt
Kconfig subsys: kconfig: Remove 'default n' properties and clean up a bit 2018-07-12 23:13:22 -04:00
nvs.c subsys: fs/nvs: do not leave the flash unprotected in case of error 2018-09-17 07:54:35 -04:00
nvs_priv.h subsys: fs/nvs: simplify crc8 computation 2018-09-17 07:54:35 -04:00