Chris Johns created an issue: https://gitlab.rtems.org/rtems/rtos/rtems/-/issues/5427
## Summary This project is to add the STORfs file system to RTEMS. The STORfs Github page is https://github.com/matt001k/STORfs. A summary from the site is: ## What is STORfs? STORfs is an open source flash file system for embedded MCUs inspired by easy portability, small footprint and well documentation. The middleware is written in C. Unlike other open source filesystems, the main goal of this project is to inform the user with as much information needed in order to port the file system into one of their projects. STORfs supports: * Wear Levelling * Directories and Files * File size of 4GB * Virtually unlimited storage space * Static memory allocation only systems * Easy user interface with functions * Small footprint * Compiling as low as 11917 Bytes (_compiled with gcc arm7_) The project is to: 1. Import the project's code to the `contrib` area of this repo 2. Add build system support to the source files needed to support STORfs 3. Make any changes to STORfs to have it build and work on RTEMS 4. Add code to integrate STORfs into the RTEMS File System 5. Submit and shepherd any STORfs change to the STORfs project -- View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/issues/5427 You're receiving this email because of your account on gitlab.rtems.org.
_______________________________________________ bugs mailing list [email protected] http://lists.rtems.org/mailman/listinfo/bugs
