Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tmolteno/openfat

GPL v3 Fat Filesystem Code
https://github.com/tmolteno/openfat

Last synced: 3 months ago
JSON representation

GPL v3 Fat Filesystem Code

Awesome Lists containing this project

README

        

OpenFAT is a FAT filesystem implementation for embedded processors.

See the Doxygen documentation for more information.
To generate the docs type:
$ make doc
And then look at doc/html/index.html

The directories in this repostory are as follows:
include/ - OpenFAT public interface header files.
src/ - Openfat library code
unix/ - Examples for a Unix host
stm32/ - Examples for an STM32 host using libopenstm32
doc/ - Generated documentation.