summaryrefslogtreecommitdiff
path: root/nuttx/configs/olimex-lpc1766stk/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-03-12 16:33:55 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-03-12 16:33:55 +0000
commitd9580c5a997f0d33b216956db4a05ad784aaa065 (patch)
tree32169240d5ecd36f538df1ec91089c52e96f0c68 /nuttx/configs/olimex-lpc1766stk/README.txt
parente6f93f774080d42c3f954a862709d047df2d7e7a (diff)
downloadpx4-nuttx-d9580c5a997f0d33b216956db4a05ad784aaa065.tar.gz
px4-nuttx-d9580c5a997f0d33b216956db4a05ad784aaa065.tar.bz2
px4-nuttx-d9580c5a997f0d33b216956db4a05ad784aaa065.zip
Add SLIP test configuration
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3371 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/olimex-lpc1766stk/README.txt')
-rwxr-xr-xnuttx/configs/olimex-lpc1766stk/README.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/nuttx/configs/olimex-lpc1766stk/README.txt b/nuttx/configs/olimex-lpc1766stk/README.txt
index 6db1ec793..85d1f1018 100755
--- a/nuttx/configs/olimex-lpc1766stk/README.txt
+++ b/nuttx/configs/olimex-lpc1766stk/README.txt
@@ -800,6 +800,12 @@ Where <subdir> is one of the following:
This configuration directory, performs a simple OS test using
examples/ostest.
+ slip-httpd:
+ This configuration is identical to the thttpd configuration except that
+ it uses the SLIP data link layer via a serial driver instead of the
+ Ethernet data link layer. The Ethernet driver is disabled; SLIP IP
+ packets are exchanged on UART1; UART0 is still the serial console.
+
thttpd:
This builds the THTTPD web server example using the THTTPD and
the examples/thttpd application.