From d146196b7228c5d4e3075a72abcf4bd9956b6cae Mon Sep 17 00:00:00 2001 From: patacongo Date: Sun, 13 Mar 2011 15:12:31 +0000 Subject: [PATCH] SLIP corrections git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3376 42af7a65-404d-4744-a932-0658087f49c3 --- ChangeLog | 7 + Documentation/NuttX.html | 10 +- .../olimex-lpc1766stk/slip-httpd/defconfig | 4 +- drivers/net/slip.c | 186 +++++++++--------- include/net/uip/uip-arch.h | 36 ++-- lib/lib_fopen.c | 35 +++- 6 files changed, 154 insertions(+), 124 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3359e5e8fe..12aff230a3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1555,3 +1555,10 @@ 5.20 2011-xx-xx Gregory Nutt + * 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. \ No newline at end of file diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index d7187464f9..4af5e5c9d5 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -8,7 +8,7 @@

NuttX RTOS

-

Last Updated: March 12, 2011

+

Last Updated: March 13, 2011

@@ -2177,6 +2177,14 @@ buildroot-1.9 2011-02-10 <spudmonkey@racsa.co.cr>