Skip to content

devashishlahariya9/SMFS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

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

About

SMFS Repository

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages