9
0
Fork 0
nuttx-bb/apps/examples/telnetd
patacongo 2848bbca14 Add configurable application entry point
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5070 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-08-30 20:13:50 +00:00
..
Kconfig update Kconfig files 2012-04-13 02:14:09 +00:00
Makefile Add build environment for the FTP daemon 2012-02-04 22:49:42 +00:00
README.txt Add new psock layer; telnet session is now wrapped in a character device 2012-01-30 21:29:59 +00:00
shell.c Add configurable application entry point 2012-08-30 20:13:50 +00:00
shell.h Add configurable application entry point 2012-08-30 20:13:50 +00:00

README.txt

README.txt
^^^^^^^^^^

This directory contains a functional port of the tiny uIP shell.  In the
NuttX environment, the NuttShell (at apps/nshlib) supercedes this tiny
shell and also supports telnetd.

This example is retained here for reference purposes only.