summaryrefslogtreecommitdiff
path: root/nuttx/Documentation
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-10-09 19:20:02 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-10-09 19:20:02 +0000
commitfd55042e823c1d6816caf1df68a57f4ae55491c3 (patch)
treee4b4ef16fb0e732b08c48f6cf16c2ad21764d41f /nuttx/Documentation
parenta012cfa8dbb317c36eaf4ef9e6657907e649f2f4 (diff)
downloadpx4-nuttx-fd55042e823c1d6816caf1df68a57f4ae55491c3.tar.gz
px4-nuttx-fd55042e823c1d6816caf1df68a57f4ae55491c3.tar.bz2
px4-nuttx-fd55042e823c1d6816caf1df68a57f4ae55491c3.zip
Fixe open count error + O_NONBLOCK function
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1013 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/Documentation')
-rw-r--r--nuttx/Documentation/NuttX.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/nuttx/Documentation/NuttX.html b/nuttx/Documentation/NuttX.html
index e9376d5a3..09f2b465c 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: October 7, 2008</p>
+ <p>Last Updated: October 9, 2008</p>
</td>
</tr>
</table>
@@ -1081,6 +1081,7 @@ nuttx-0.3.16 2008-xx-xx Gregory Nutt &lt;spudmonkey@racsa.co.cr&gt;
* Add LPC214x USB serial configuration; Add examples/usbserial test (still a work in progress)
* Added USB device side driver for the DM320 (untested at initial checkin)
* Fixed an error in a previous (post 0.3.15) check-in that broke the LPC214x system timer.
+ * Fixed serial drive bugs related to (1) open counts and (2) recognizing O_NONBLOCK on read.
pascal-0.1.3 2008-xx-xx Gregory Nutt &lt;spudmonkey@racsa.co.cr&gt;