Move platform #ifdefery to <nffs/os.h>

This adds new macros and includes in <nffs/os.h>, and updates source
files to avoid having to use ifdefery to include features per OS.

Signed-off-by: Fabio Utzig <utzig@apache.org>
8 files changed
tree: 2ed732511745ab674c432ad04d995954c4ad7502
  1. ci/
  2. include/
  3. src/
  4. test/
  5. .travis.yml
  6. design.txt
  7. pkg.yml
  8. project.yml
  9. README.md
  10. syscfg.yml
README.md

Overview

The Newtron Flash File System (NFFS) is a flash file system with the following priorities:

  • Minimal RAM usage
  • Reliability

RTOS support

NFFS currently supports the following operating systems:

Repository

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

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.