commit | 2526d7d87b6a7c5a1a8837e2be7b3a03ee9d0109 | [log] [tgz] |
---|---|---|
author | Mark Ruvald Pedersen <mped@oticon.com> | Thu Sep 27 12:53:51 2018 +0200 |
committer | Mark Ruvald Pedersen <mped@oticon.com> | Thu Sep 27 12:53:51 2018 +0200 |
tree | 39f18f076b3ce65feaa67e1fa9e96041fef25a0a | |
parent | a2f679afe6323310ab1000385f41115df7da326e [diff] |
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>
The Newtron Flash File System (NFFS) is a flash file system with the following priorities:
NFFS currently supports the following operating systems:
The source code for NFFS lives in the following repository on GitHub:
All changes to the NFFS codebase should be submitted as Pull Request to the repository above.
Issues must be reported to the Mynewt Jira: https://issues.apache.org/jira/projects/MYNEWT Use the ‘NFFS’ component when reporting bug against the Apache Mynewt project.