summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-01-26 01:12:00 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-01-26 01:12:00 +0000
commitd19dd54ecdf49431160e6f71fd4bab17ef3c70ab (patch)
treeb5e4abff393e2afd253e3a220c2cedad75efb1f5
parent7efdaab906b9ee18d0d39b96c1cf4e836ff5cd9d (diff)
downloadpx4-nuttx-d19dd54ecdf49431160e6f71fd4bab17ef3c70ab.tar.gz
px4-nuttx-d19dd54ecdf49431160e6f71fd4bab17ef3c70ab.tar.bz2
px4-nuttx-d19dd54ecdf49431160e6f71fd4bab17ef3c70ab.zip
update README
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3277 42af7a65-404d-4744-a932-0658087f49c3
-rw-r--r--nuttx/configs/sim/README.txt16
1 files changed, 14 insertions, 2 deletions
diff --git a/nuttx/configs/sim/README.txt b/nuttx/configs/sim/README.txt
index 235f42c0e..b4ec61055 100644
--- a/nuttx/configs/sim/README.txt
+++ b/nuttx/configs/sim/README.txt
@@ -92,8 +92,20 @@ nettest
cd <nuttx-directory>/tools
./Configure.sh sim/nettest
- NOTE: The NuttX network is not, however, functional on the TAP
- device yet.
+ NOTES:
+ - The NuttX network is not, however, functional on the Linux TAP
+ device yet.
+
+ - As of NuttX-5.18, when built on Windows, this test does not try
+ to use the TAP device (which is not available on Cygwin anyway),
+ but inside will try to use the Cygwin WPCAP library. Only the
+ most preliminary testing has been performed with the Cygwin WPCAP
+ library, however.
+
+ NOTE that the IP address is hard-coded in arch/sim/src/up_wpcap.c.
+ You will either need to edit your configuration files to use 10.0.0.1
+ on the "target" (CONFIG_EXAMPLE_NETTEST_*) or edit up_wpcap.c to
+ select the IP address that you want to use.
nsh
Configures to use the NuttShell at examples/nsh. This configuration