Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 775 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 775 Bytes

SMFS (Simple Microcontroller File System)

The SMFS is a File System Created to be used for File related operations. SMFS organizes data on the Disk as a file. Intended to be used for microcontroller related applications. SMFS is simple to use by just providing 3 necessary functions to initialize, read, write the disk. Supports Disk size upto 2TB. Recommended for use with lower storage devices for Performing File Operations. SMFS provides basic necessary functions to read, write, delete, append data to/from the file. File size supported: 4GB Per File. SMFS Uses Cluster type storage method to store the data (2KB Per Cluster).

Features:

  • FILE SIZE: 4GB PER FILE
  • MAX DISK SIZE: 2TB
  • SIMPLE TO USE
  • FLEXIBLE WITH DEVICES
  • MINIMAL DEPENDENCY