zephyr/subsys/fs
Mark Ruvald Pedersen d67096da05 portability: Avoid void* arithmetics which is a GNU extension
Under GNU C, sizeof(void) = 1. This commit merely makes it explicit u8.

Pointer arithmetics over void types is:
 * A GNU C extension
 * Not supported by Clang
 * Illegal across all ISO C standards

See also: https://gcc.gnu.org/onlinedocs/gcc/Pointer-Arith.html

Signed-off-by: Mark Ruvald Pedersen <mped@oticon.com>
2018-09-28 07:57:28 +05:30
..
fcb coccicnelle: Ignore return of memset 2018-09-14 16:55:37 -04:00
nvs portability: Avoid void* arithmetics which is a GNU extension 2018-09-28 07:57:28 +05:30
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 shell: Rename shell to legacy_shell 2018-09-19 09:30:29 -04:00