summaryrefslogtreecommitdiff
path: root/nuttx/Documentation
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-09-08 17:04:14 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-09-08 17:04:14 +0000
commit76159a251b1b514e1d296223616ef2cb891c632f (patch)
tree563fb1802003f60f1c83a3a52f5f6cacade2364a /nuttx/Documentation
parent6dc0251ef29e9eac634fb7638d53174ad07f6946 (diff)
downloadpx4-nuttx-76159a251b1b514e1d296223616ef2cb891c632f.tar.gz
px4-nuttx-76159a251b1b514e1d296223616ef2cb891c632f.tar.bz2
px4-nuttx-76159a251b1b514e1d296223616ef2cb891c632f.zip
Fix FAT seek bug
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@896 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/Documentation')
-rw-r--r--nuttx/Documentation/NuttX.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/nuttx/Documentation/NuttX.html b/nuttx/Documentation/NuttX.html
index b6693b8d5..ad71c555f 100644
--- a/nuttx/Documentation/NuttX.html
+++ b/nuttx/Documentation/NuttX.html
@@ -8,7 +8,7 @@
<tr align="center" bgcolor="#e4e4e4">
<td>
<h1><big><font color="#3c34ec"><i>NuttX RTOS</i></font></big></h1>
- <p>Last Updated: September 7, 2008</p>
+ <p>Last Updated: September 8, 2008</p>
</td>
</tr>
</table>
@@ -1117,6 +1117,8 @@ nuttx-0.3.14 2008-xx-xx Gregory Nutt &lt;spudmonkey@racsa.co.cr&gt;
* 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!!
+ * Fixed another FAT bug in implementation of FAT lseek; this prohibit correct
+ random access to large files.
pascal-0.1.3 2008-xx-xx Gregory Nutt &lt;spudmonkey@racsa.co.cr&gt;