summaryrefslogtreecommitdiff
path: root/apps/examples/Kconfig
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-05-22 07:35:54 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-05-22 07:35:54 -0600
commit08750a096b1c72e577a102a619b9a0827d2f3b9d (patch)
tree9f3860b60e8d08d412097de00b98e112a162de77 /apps/examples/Kconfig
parent801977de7c84d03616329795e1c59929ab948906 (diff)
downloadnuttx-08750a096b1c72e577a102a619b9a0827d2f3b9d.tar.gz
nuttx-08750a096b1c72e577a102a619b9a0827d2f3b9d.tar.bz2
nuttx-08750a096b1c72e577a102a619b9a0827d2f3b9d.zip
Add TCP echo server from Max Holtzberg
Diffstat (limited to 'apps/examples/Kconfig')
-rw-r--r--apps/examples/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/examples/Kconfig b/apps/examples/Kconfig
index 11a56a81c..97e6ce140 100644
--- a/apps/examples/Kconfig
+++ b/apps/examples/Kconfig
@@ -50,6 +50,7 @@ source "$APPSDIR/examples/serloop/Kconfig"
source "$APPSDIR/examples/flash_test/Kconfig"
source "$APPSDIR/examples/smart_test/Kconfig"
source "$APPSDIR/examples/smart/Kconfig"
+source "$APPSDIR/examples/tcpecho/Kconfig"
source "$APPSDIR/examples/telnetd/Kconfig"
source "$APPSDIR/examples/thttpd/Kconfig"
source "$APPSDIR/examples/tiff/Kconfig"