summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-11-25 03:52:54 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-11-25 03:52:54 +0000
commit4868b089980d89f0704b230a11508ae74b0e2601 (patch)
treef8064f67d4d2548b5fc7790a09895d5047aac14a
parent7df7efcd0428d00995b13a5b37921bd205ae20db (diff)
downloadnuttx-4868b089980d89f0704b230a11508ae74b0e2601.tar.gz
nuttx-4868b089980d89f0704b230a11508ae74b0e2601.tar.bz2
nuttx-4868b089980d89f0704b230a11508ae74b0e2601.zip
update README files
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3130 42af7a65-404d-4744-a932-0658087f49c3
-rw-r--r--nuttx/configs/eagle100/README.txt4
-rw-r--r--nuttx/configs/ntosd-dm320/README.txt6
-rwxr-xr-xnuttx/configs/olimex-lpc1766stk/README.txt4
3 files changed, 14 insertions, 0 deletions
diff --git a/nuttx/configs/eagle100/README.txt b/nuttx/configs/eagle100/README.txt
index f9ef73c11..eb8f31a70 100644
--- a/nuttx/configs/eagle100/README.txt
+++ b/nuttx/configs/eagle100/README.txt
@@ -366,6 +366,10 @@ Where <subdir> is one of the following:
This configuration directory, performs a simple OS test using
examples/ostest.
+ thttpd:
+ This builds the THTTPD web server example using the THTTPD and
+ the examples/thttpd application.
+
By default, all of these examples are built to be used with the Luminary
Ethernet Bootloader (you can change the ld.script file in any of these
sub-directories to change that configuration).
diff --git a/nuttx/configs/ntosd-dm320/README.txt b/nuttx/configs/ntosd-dm320/README.txt
index d6911b688..fd07c4a93 100644
--- a/nuttx/configs/ntosd-dm320/README.txt
+++ b/nuttx/configs/ntosd-dm320/README.txt
@@ -300,6 +300,12 @@ poll
This configuration exercises the poll()/select() text at
examples/poll
+thttpd
+^^^^^^
+
+This builds the THTTPD web server example using the THTTPD and
+the examples/thttpd application.
+
udp
^^^
diff --git a/nuttx/configs/olimex-lpc1766stk/README.txt b/nuttx/configs/olimex-lpc1766stk/README.txt
index 24f830e81..7aebf16ee 100755
--- a/nuttx/configs/olimex-lpc1766stk/README.txt
+++ b/nuttx/configs/olimex-lpc1766stk/README.txt
@@ -658,6 +658,10 @@ Where <subdir> is one of the following:
This configuration directory, performs a simple OS test using
examples/ostest.
+ thttpd:
+ This builds the THTTPD web server example using the THTTPD and
+ the examples/thttpd application.
+
usbserial:
This configuration directory exercises the USB serial class
driver at examples/usbserial. See examples/README.txt for