Add mynewt glue and fix multi-fs support

This adds a mynewt glue with nffs_os_* function mappings, and filesystem
operation structs including fix to allow running under Mynewt's
multi-fs.

Signed-off-by: Fabio Utzig <utzig@apache.org>
4 files changed
tree: e4d759ac9131a380881035a7d6ad4d5603cb4ef9
  1. include/
  2. src/
  3. test/
  4. design.txt
  5. pkg.yml
  6. project.yml
  7. README.md
  8. 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.