summaryrefslogtreecommitdiff
path: root/nuttx/examples/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-03-22 16:10:28 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-03-22 16:10:28 +0000
commit0554e0302db0094f60b7595ea7f8770f3a69bb27 (patch)
tree95ea97c686f649de8b709829b3b66c39db534dd1 /nuttx/examples/README.txt
parentbee94a4100a4e77585377441482f837a39980792 (diff)
downloadpx4-nuttx-0554e0302db0094f60b7595ea7f8770f3a69bb27.tar.gz
px4-nuttx-0554e0302db0094f60b7595ea7f8770f3a69bb27.tar.bz2
px4-nuttx-0554e0302db0094f60b7595ea7f8770f3a69bb27.zip
Fix various issues, bad ages, etc. with ez80+uIP webserver
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1638 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/examples/README.txt')
-rw-r--r--nuttx/examples/README.txt14
1 files changed, 11 insertions, 3 deletions
diff --git a/nuttx/examples/README.txt b/nuttx/examples/README.txt
index 3168808ec..83c072da4 100644
--- a/nuttx/examples/README.txt
+++ b/nuttx/examples/README.txt
@@ -249,9 +249,17 @@ examples/udp
examples/uip
^^^^^^^^^^^^
- This is a port of uIP example application. It includes
- conditionally compiled logic to exercise the uIP webserver,
- webclient, telnet, smtp, dncpc, and resolver.
+ This is a port of uIP example application. It includes conditionally
+ compiled logic to exercise the uIP webserver, webclient, telnet, smtp,
+ dncpc, and resolver.
+
+ Other configuratin items apply also to the selected network utility.
+ For example, the additional relevant settings for the uIP webserver
+ are:
+
+ CONFIG_NETUTILS_HTTPDSTACKSIZE
+ CONFIG_NETUTILS_HTTPDFILESTATS
+ CONFIG_NETUTILS_HTTPDNETSTATS
examples/usbserial
^^^^^^^^^^^^^^^^^^