zephyr/subsys/fs/nvs
Harry Jiang 273bb8e2f7 fs/nvs: fix the sector size check
The sector size is 0 will pass "fs->sector_size % info.size" then start
a loop in nvs_startup() and never return. So retrun an error if the
sector size is 0.

Signed-off-by: Harry Jiang <explora26@gmail.com>
2019-08-05 13:20:07 +02:00
..
CMakeLists.txt license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
Kconfig subsys/fs: remove FS_FLASH_STORAGE_PARTITION 2019-07-22 18:21:50 +02:00
nvs.c fs/nvs: fix the sector size check 2019-08-05 13:20:07 +02:00
nvs_priv.h subsys: nvs: increase NVS_BLOCK_SIZE 2018-11-06 17:09:03 -05:00