summaryrefslogtreecommitdiff
path: root/nuttx/examples/README.txt
diff options
context:
space:
mode:
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
^^^^^^^^^^^^^^^^^^