Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tmolteno/openfat
- Owner: tmolteno
- Created: 2011-08-22T22:07:57.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2015-04-27T21:15:45.000Z (over 9 years ago)
- Last Synced: 2024-06-25T00:59:04.507Z (5 months ago)
- Language: C
- Homepage:
- Size: 301 KB
- Stars: 39
- Watchers: 11
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
- awesome-embedded-software - OpenFAT - FAT filesystem implementation for embedded processors. (Storage / Filesystems)
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.htmlThe 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.