From 5f27180ab1cd295a90ff76af459fadcb2d654bfe Mon Sep 17 00:00:00 2001 From: patacongo Date: Sun, 2 Dec 2007 18:18:59 +0000 Subject: [PATCH] Add TELNET front end to NSH git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@421 42af7a65-404d-4744-a932-0658087f49c3 --- Documentation/NuttX.html | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index a0546ee630d..b45fde85275 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -754,6 +754,7 @@ Other memory: * Correct processing of input UDP broadcast packets. * Verfied basic DHCP client functionality (netutils/dhcpc) * Implemented send() timeout logic + * Add TELNETD front end to NSH (examples/nsh)