summaryrefslogtreecommitdiff
path: root/nuttx/Documentation
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-03-13 15:12:31 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-03-13 15:12:31 +0000
commit08a603c77b99ade6a63938a62e1cd785e9fabd25 (patch)
treee73122d7e6073b1386302e2b5a477c72eb80c171 /nuttx/Documentation
parentd4f43430da40993103b774b5f07a9da3ef3aedf0 (diff)
downloadpx4-nuttx-08a603c77b99ade6a63938a62e1cd785e9fabd25.tar.gz
px4-nuttx-08a603c77b99ade6a63938a62e1cd785e9fabd25.tar.bz2
px4-nuttx-08a603c77b99ade6a63938a62e1cd785e9fabd25.zip
SLIP corrections
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3376 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/Documentation')
-rw-r--r--nuttx/Documentation/NuttX.html10
1 files changed, 9 insertions, 1 deletions
diff --git a/nuttx/Documentation/NuttX.html b/nuttx/Documentation/NuttX.html
index d7187464f..4af5e5c9d 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: March 12, 2011</p>
+ <p>Last Updated: March 13, 2011</p>
</td>
</tr>
</table>
@@ -2177,6 +2177,14 @@ buildroot-1.9 2011-02-10 &lt;spudmonkey@racsa.co.cr&gt;
<ul><pre>
nuttx-5.20 2011-xx-xx Gregory Nutt &lt;spudmonkey@racsa.co.cr&gt;
+ * lib/lib_fopen() -- fopen() was not returning the correct errno value
+ when the underlying open() failed.
+ * include/net/uip/uip-arch.h -- The uIP interface has been extended
+ slightly so that drivers can be concurrenly filling and sending
+ packet buffers. This capability was needed by the SLIP driver.
+ * drivers/net/slip.c -- Several corrections and some re-design of
+ of the driver.
+
pascal-2.1 2011-xx-xx Gregory Nutt &lt;spudmonkey@racsa.co.cr&gt;
buildroot-1.10 2011-xx-xx &lt;spudmonkey@racsa.co.cr&gt;