zephyr/subsys/fs/nvs
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
..
CMakeLists.txt
Kconfig subsys: nvs: move to new logger 2018-10-08 17:49:12 -04:00
nvs.c subsys: nvs: fix ATE read/write when write block size > 8 bytes 2018-11-06 17:09:03 -05:00
nvs_priv.h subsys: nvs: increase NVS_BLOCK_SIZE 2018-11-06 17:09:03 -05:00