diff --git a/ChangeLog b/ChangeLog index 3359e5e8fe1..12aff230a35 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 d7187464f94..4af5e5c9d54 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>