summaryrefslogtreecommitdiff
path: root/nuttx/configs
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-03-16 02:10:51 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-03-16 02:10:51 +0000
commit476f7ff06ef2561761015980c30e8fbfe0a7f8cf (patch)
treea5c3a9c2898c3895c3bc26368ad6f501575cb02d /nuttx/configs
parent83b74ef7bf58f8f26dc2f70e4a68b9f240b1fb99 (diff)
downloadpx4-nuttx-476f7ff06ef2561761015980c30e8fbfe0a7f8cf.tar.gz
px4-nuttx-476f7ff06ef2561761015980c30e8fbfe0a7f8cf.tar.bz2
px4-nuttx-476f7ff06ef2561761015980c30e8fbfe0a7f8cf.zip
SLIP is now basically functional
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3386 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs')
-rwxr-xr-xnuttx/configs/olimex-lpc1766stk/README.txt11
1 files changed, 9 insertions, 2 deletions
diff --git a/nuttx/configs/olimex-lpc1766stk/README.txt b/nuttx/configs/olimex-lpc1766stk/README.txt
index a2223206a..7367abff9 100755
--- a/nuttx/configs/olimex-lpc1766stk/README.txt
+++ b/nuttx/configs/olimex-lpc1766stk/README.txt
@@ -838,11 +838,18 @@ Where <subdir> is one of the following:
$ tcpdump -n -nn -i sl0 -x -X -s 1500
- NOTES: Only UART1 supports the hardware handshake. If hardware
+ NOTE: Only UART1 supports the hardware handshake. If hardware
handshake is not available, then you might try the slattach option
-L which is supposed to enable "3-wire operation."
- thttpd:
+ NOTE: This configurat only works with VERBOSE debug disabled. For some
+ reason, certain debug statements hang(?).
+
+ NOTE: This example does not use UART1's hardware flow control. UART1
+ hardware flow control is partially implemented but does not behave as
+ expected. It needs a little more work.
+
+ thttpd:
This builds the THTTPD web server example using the THTTPD and
the examples/thttpd application.