summaryrefslogtreecommitdiff
path: root/nuttx/examples/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-03-28 21:28:43 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-03-28 21:28:43 +0000
commit1b060ed713f398cafc8ddfd8d42b6c585812d6e1 (patch)
treea675633ad619c8a464c45dacb3305ff02ef169c9 /nuttx/examples/README.txt
parent55849f9eccefbfa62dcdf5891e571c335de15736 (diff)
downloadpx4-nuttx-1b060ed713f398cafc8ddfd8d42b6c585812d6e1.tar.gz
px4-nuttx-1b060ed713f398cafc8ddfd8d42b6c585812d6e1.tar.bz2
px4-nuttx-1b060ed713f398cafc8ddfd8d42b6c585812d6e1.zip
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
Diffstat (limited to 'nuttx/examples/README.txt')
-rw-r--r--nuttx/examples/README.txt16
1 files changed, 10 insertions, 6 deletions
diff --git a/nuttx/examples/README.txt b/nuttx/examples/README.txt
index ddf76e35d..52e0c542b 100644
--- a/nuttx/examples/README.txt
+++ b/nuttx/examples/README.txt
@@ -249,13 +249,17 @@ examples/udp
examples/uip
^^^^^^^^^^^^
- This is a port of uIP example application. It includes conditionally
- compiled logic to exercise the uIP webserver, telnet, smtp, dhcpc,
- and resolver.
+ This is a port of uIP tiny webserver example application. Settings
+ specific to this example include:
- Other configuratin items apply also to the selected network utility.
- For example, the additional relevant settings for the uIP webserver
- are:
+ CONFIG_EXAMPLE_UIP_NOMAC - (May be defined to use software assigned MAC)
+ CONFIG_EXAMPLE_UIP_IPADDR - Target IP address
+ CONFIG_EXAMPLE_UIP_DRIPADDR - Default router IP addess
+ CONFIG_EXAMPLE_UIP_NETMASK - Network mask
+ CONFIG_EXAMPLE_UIP_DHCPC - Select to get IP address via DHCP
+
+ Other configuration items apply also to the selected webserver net utility.
+ Additional relevant settings for the uIP webserver net utility are:
CONFIG_NETUTILS_HTTPDSTACKSIZE
CONFIG_NETUTILS_HTTPDFILESTATS