Add apps/poweroff lpc17 hardware handshake

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3380 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo 2011-03-14 20:50:46 +00:00
parent 12e59f0bc8
commit fd051fdd40
2 changed files with 11 additions and 0 deletions

View File

@ -824,8 +824,17 @@ Where <subdir> is one of the following:
$ ifconfig sl0 10.0.0.2/24 up
Or maybe,
$ ifconfig sl0 10.0.0.1 pointopoint 10.0.0.2 up
$ route add 10.0.0.2 dev sl0
Assuming the SLIP is attached to device sl0.
5. For monitoring/debugging traffic:
$ tcpdump -n -nn -i sl0 -x -X -s 1500
thttpd:
This builds the THTTPD web server example using the THTTPD and
the examples/thttpd application.

View File

@ -152,6 +152,8 @@ CONFIG_UART1_SERIAL_CONSOLE=n
CONFIG_UART2_SERIAL_CONSOLE=n
CONFIG_UART3_SERIAL_CONSOLE=n
CONFIG_UART1_FLOWCONTROL=y
CONFIG_UART0_TXBUFSIZE=256
CONFIG_UART1_TXBUFSIZE=256
CONFIG_UART2_TXBUFSIZE=256