A small, lightweight, fixed-block file system suitable for use by microcontrollers on flash memory storage devices.
- Unlimited file size support.
- C-compliant FILE I/O headers with added write insertion capabilities (State: In progress)
- FS redesign to support unlimited number of directories and unlimited number of files in directories (State: Almost there)
- Basic file permissions (State: In progress)
- Basic block-buffering to avoid write wear on limited write cycle storage devices (State: Not yet started)
- Endianness-agnostic design
- Read/Write optimization (less fragmented design)
- Data Integrity, Security, and Encryption features
- Path parsing needs to be tweaked in some instances with shorter paths.