From 1681b7822414dfdc5b3dec6165e498a3bf0e6087 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sun, 7 Sep 2008 22:27:17 +0000 Subject: [PATCH] Fixed critical FAT bugs git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@894 42af7a65-404d-4744-a932-0658087f49c3 --- Documentation/NuttX.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index 04704af51f2..e70fd88ceea 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -1083,6 +1083,9 @@ nuttx-0.3.14 2008-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr> * Corrected a critical bug that prevent recvfrom from receiving packets from any remote UDP port. * NSH: Add hexadecimal dump command (xd) + * Fixed several critical bugs with regard to fat reading and writing and FAT12 + accesses. Basically the FAT FS only worked with my tiny test files and test + cases. A lot of stronger FAT tested is needed!! pascal-0.1.3 2008-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>