zephyr/ext/fs/nffs/src
Mark Ruvald Pedersen a82cb2442d ext: nffs: portability: Avoid void* arithmetics which is a GNU extension
Under GNU C, sizeof(void) = 1. This commit simply uses uint8_t.

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
..
nffs_area.c
nffs_block.c
nffs_cache.c
nffs_crc.c
nffs_dir.c
nffs_file.c
nffs_flash.c
nffs_format.c
nffs_gc.c
nffs_hash.c
nffs_inode.c ext: nffs: bugfix of possible to corrupt filename 2018-09-14 13:13:59 +02:00
nffs_misc.c
nffs_path.c
nffs_restore.c
nffs_write.c ext: nffs: portability: Avoid void* arithmetics which is a GNU extension 2018-09-28 07:57:28 +05:30
nffs.c