nuttx-apps/examples/telnetd
patacongo 8181e26325 Change all occurrences of CONFIG_EXAMPLE_ to CONFIG_EXAMPLES_ for consistency; fleshed out a few more Kconfig files
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5211 42af7a65-404d-4744-a932-0658087f49c3
2012-10-04 17:36:07 +00:00
..
Kconfig update Kconfig files 2012-04-13 02:14:09 +00:00
Makefile USB device drivers: Add hooks to to use common, external DMA buffer allocation implementation.. 2012-09-13 14:14:18 +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 Change all occurrences of CONFIG_EXAMPLE_ to CONFIG_EXAMPLES_ for consistency; fleshed out a few more Kconfig files 2012-10-04 17:36:07 +00:00
shell.h Change all occurrences of CONFIG_EXAMPLE_ to CONFIG_EXAMPLES_ for consistency; fleshed out a few more Kconfig files 2012-10-04 17:36:07 +00:00

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.