From 08a603c77b99ade6a63938a62e1cd785e9fabd25 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sun, 13 Mar 2011 15:12:31 +0000 Subject: SLIP corrections git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3376 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/ChangeLog | 7 + nuttx/Documentation/NuttX.html | 10 +- .../configs/olimex-lpc1766stk/slip-httpd/defconfig | 4 +- nuttx/drivers/net/slip.c | 186 +++++++++++---------- nuttx/include/net/uip/uip-arch.h | 36 ++-- nuttx/lib/lib_fopen.c | 35 +++- 6 files changed, 154 insertions(+), 124 deletions(-) diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog index 3359e5e8f..12aff230a 100644 --- a/nuttx/ChangeLog +++ b/nuttx/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/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 @@

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>