Skip to content

Commit

Permalink
Change filetype of readme. Add README text.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryansturmer committed Mar 1, 2013
1 parent 508e0b3 commit d940e45
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
Empty file removed README
Empty file.
10 changes: 10 additions & 0 deletions README.md
@@ -0,0 +1,10 @@
ThinFAT32
=========

A lightweight implementation of the FAT32 filesystem for embedded systems.

Objective
---------
The purpose of ThinFAT32 is to be an easy to deploy, low-resource FAT32 filesystem for your embedded application. The idea is not to go for speed or a lot of wacky features, but basic functionality in a library that is *easy to use.* Let's not use a lot of super-optimized code, wacky linker techniques, or kooky C language features. Let's just imlpement FAT32 by the books, as efficiently as we can without going apeshit, and then use it in our embedded systems.


0 comments on commit d940e45

Please sign in to comment.