https://github.com/apache/mynewt-nffs
Apache NFFS filesystem
https://github.com/apache/mynewt-nffs
mynewt
Last synced: 4 months ago
JSON representation
Apache NFFS filesystem
- Host: GitHub
- URL: https://github.com/apache/mynewt-nffs
- Owner: apache
- Created: 2017-09-06T14:53:18.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-07-31T08:56:50.000Z (10 months ago)
- Last Synced: 2025-01-30T10:11:15.925Z (4 months ago)
- Topics: mynewt
- Language: C
- Homepage: https://mynewt.apache.org/
- Size: 142 KB
- Stars: 29
- Watchers: 26
- Forks: 13
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 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:* [Mynewt](https://github.com/apache/mynewt-core)
* [Zephyr](https://github.com/zephyrproject-rtos/zephyr)## Repository
The source code for NFFS lives in the following repository on GitHub:
* https://github.com/apache/mynewt-nffsAll 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.