Remove all options from examples/uip except for the webserver

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1661 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2009-03-28 21:28:43 +00:00
parent e4220a5706
commit fc346719ec
29 changed files with 26 additions and 149 deletions
+7
View File
@@ -0,0 +1,7 @@
This directory is here for historical reasons. Nothing contained in this
directory is currently used by NuttX. This directly contains a functional
port of the tiny uIP shell. In the NuttX environment, the NuttShell (at
/examples/nsh) supercedes this tiny shell and also supports telnetd.
This example is retained here for reference purposes only.