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 @@
Last Updated: March 12, 2011
+Last Updated: March 13, 2011
nuttx-5.20 2011-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr> + * 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 <spudmonkey@racsa.co.cr> buildroot-1.10 2011-xx-xx <spudmonkey@racsa.co.cr>