Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zephyrproject-rtos/nffs
https://github.com/zephyrproject-rtos/nffs
filesystem module
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zephyrproject-rtos/nffs
- Owner: zephyrproject-rtos
- Archived: true
- Created: 2019-05-23T19:11:46.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-10T01:46:55.000Z (about 5 years ago)
- Last Synced: 2024-08-04T01:13:11.447Z (5 months ago)
- Topics: filesystem, module
- Language: C
- Size: 66.4 KB
- Stars: 4
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-zephyr-rtos - nffs - Flash file system prioritizing minimal ram usage & reliability. (Libraries / Filesystem)
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.