a82cb2442d
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> |
||
---|---|---|
.. | ||
fat | ||
nffs | ||
CMakeLists.txt | ||
README |
README
This directory contains different file systems supported by Zephyr. The following file systems are currently supported: FatFs ------- FatFs is a file system based on the FAT file system spefication. This is provided by ELM Chan http://elm-chan.org/fsw/ff/00index_e.html