From d940e458b5cd8c4407436ff277e37963c63e8214 Mon Sep 17 00:00:00 2001 From: Ryan Sturmer Date: Thu, 28 Feb 2013 23:18:46 -0500 Subject: [PATCH] Change filetype of readme. Add README text. --- README | 0 README.md | 10 ++++++++++ 2 files changed, 10 insertions(+) delete mode 100644 README create mode 100644 README.md diff --git a/README b/README deleted file mode 100644 index e69de29..0000000 diff --git a/README.md b/README.md new file mode 100644 index 0000000..455b0cc --- /dev/null +++ b/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. + +