From 075d96828110aa3f7251becdefdc0b5f74bf2c15 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 9 Aug 2008 21:48:06 +0000 Subject: [PATCH] Implemented mkfatfs() git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@805 42af7a65-404d-4744-a932-0658087f49c3 --- Documentation/NuttX.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index 84a8926aff6..0de2ec94d36 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -8,7 +8,7 @@

NuttX RTOS

-

Last Updated: August 2, 2008

+

Last Updated: August 9, 2008

@@ -1036,6 +1036,8 @@ nuttx-0.3.12 2008-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr> * Fixed in error in stdio flush logic. Needed ssize_t vs size_t for error check. * Moved all FAT related files from fs to fs/fat + * Implemented mkfatfs(), a non-standard API to create a FAT filesystem on a + block device (not yet tested). pascal-0.1.3 2008-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>