zephyr/subsys/fs
Aurelien Jarno 2eeff9aab0 subsys: nvs: increase NVS_BLOCK_SIZE
The Atmel SAM E70 flash has a 16-byte write block size. Increase the
NVS_BLOCK_SIZE a bit and take some margin. This might also improve the
performances by reducing the calls to the flash driver when moving data
during garbage collection.

Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
2018-11-06 17:09:03 -05:00
..
fcb coccicnelle: Ignore return of memset 2018-09-14 16:55:37 -04:00
nvs subsys: nvs: increase NVS_BLOCK_SIZE 2018-11-06 17:09:03 -05:00
CMakeLists.txt cmake: default to linking 'app' with the interface library 'FS' 2018-07-25 08:27:45 -04:00
Kconfig subsys: filesystem: move conditional location 2018-11-02 15:31:44 -05:00
fat_fs.c fs: fat_fs: Implement fs_rename API 2018-11-02 12:21:22 -04:00
fs.c subsys: fs: Use template to define CONFIG_FS_LOG_LEVEL 2018-10-15 09:18:03 -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 shell: Fix typo 2018-10-21 17:25:14 -04:00