summaryrefslogtreecommitdiff
path: root/nuttx/configs/olimex-lpc1766stk/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/olimex-lpc1766stk/README.txt')
-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.