zephyr/subsys/fs
Aurelien Jarno 4089602f3a subsys: fs/nvs: fix _nvs_sector_is_used
_nvs_sector_is_used() never uses the offset argument. As a consequence,
it only check the first sector of the flash. Fix that.

Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
2018-05-26 08:26:40 -04:00
..
fcb subsys: fs: fcb: fix - crc write size not aligned 2018-05-04 17:25:29 -04:00
nvs subsys: fs/nvs: fix _nvs_sector_is_used 2018-05-26 08:26:40 -04:00
CMakeLists.txt subsys: fs: Add Non Volatile Storage (NVS) for zephyr 2018-05-15 10:29:16 +02:00
Kconfig subsys: fs: Add Non Volatile Storage (NVS) for zephyr 2018-05-15 10:29:16 +02:00
fat_fs.c subsys: fs: Add the support for multiple instances of fs 2018-05-08 08:53:01 -04:00
fs.c subsys: fs: Add the support for multiple instances of fs 2018-05-08 08:53:01 -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: fs: Fix fs_file_t and fs_dir_t usage 2018-03-13 09:47:58 -05:00