zephyr/subsys/fs/nvs
Aurelien Jarno f1c6f91def subsys: fs/nvs: declare the ate structure as packed
The allocation table entry should be as small as possible in the flash,
so declare it as packed to avoid that the compiler pads it.

Note that this doesn't change anything on ARM, but it might help for
other (future) architectures.

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: improve syslog messages 2018-09-17 07:54:35 -04:00
nvs_priv.h subsys: fs/nvs: declare the ate structure as packed 2018-09-17 07:54:35 -04:00