diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html
index 020cec2cdc..a7d66da8ce 100644
--- a/Documentation/NuttX.html
+++ b/Documentation/NuttX.html
@@ -8,7 +8,7 @@
NuttX RTOS
- Last Updated: March 14, 2011
+ Last Updated: March 15, 2011
|
@@ -2197,6 +2197,9 @@ nuttx-5.20 2011-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
PullUp/Down Input Configuration.
* arch/arm/src/lpc17xx/lpc17_serial.h -- Now supports Auto-RTS and
Auto-CTS modes. This is needed to support SLIP.
+ * drivers/net/slip.c -- SLIP is now basically functional on the
+ LPC17xx with some caveats as described in the TODO list under
+ LPC17xx.
apps-5.20 2011-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>