Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 286 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 286 Bytes

MicroVFS

A complete implementation of a virtual filesystem layer tailored for microcontrollers and resource constrained systems. Given a block device (or many), MicroVFS provides a pluggable, virtual filesystem with a POSIX-like API to open and modify directories and files.