zephyr/subsys/fs
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
..
fcb coccicnelle: Ignore return of memset 2018-09-14 16:55:37 -04:00
nvs subsys: fs/nvs: declare the ate structure as packed 2018-09-17 07:54:35 -04:00
CMakeLists.txt cmake: default to linking 'app' with the interface library 'FS' 2018-07-25 08:27:45 -04:00
Kconfig cmake: default to linking 'app' with the interface library 'FS' 2018-07-25 08:27:45 -04:00
fat_fs.c coccicnelle: Ignore return of memset 2018-09-14 16:55:37 -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: shell : fs new shell module for fs mount operation 2018-09-13 09:27:45 -04:00