cjsmeele / MuStore

A modular platform-independent C++ block storage driver

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MuStore block storage

Introduction

MuStore is a modular platform-independent C++ block storage driver.

The primary development target for this project is the Arduino Due.

Description

TODO

Included modules

Block storage backends

  • Memory backend.
  • File backend (using cstdio).

Filesystem backends

  • A generic FAT driver with support for FAT12, FAT16 and FAT32.

Author

Chris Smeele

License

Copyright (c) 2016, Chris Smeele.

MuStore is licensed under the Boost Software License version 1.0. See the LICENSE file for details.

About

A modular platform-independent C++ block storage driver

License:Boost Software License 1.0


Languages

Language:C++ 94.9%Language:Makefile 4.1%Language:Perl 0.9%