summaryrefslogtreecommitdiff
path: root/nuttx/configs/sim/netconfig
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-12-04 23:24:26 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-12-04 23:24:26 +0000
commit7bf122e61f12e81db8915f40806b69645640ea3f (patch)
tree3cde7a61f54cb47454a74099944a2dec017039c8 /nuttx/configs/sim/netconfig
parent0f15abc5e2086edf0662fb84e2ad0ca6dac72a3a (diff)
downloadpx4-nuttx-7bf122e61f12e81db8915f40806b69645640ea3f.tar.gz
px4-nuttx-7bf122e61f12e81db8915f40806b69645640ea3f.tar.bz2
px4-nuttx-7bf122e61f12e81db8915f40806b69645640ea3f.zip
Add C5471 ethernet driver debug instrumentation
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@425 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/sim/netconfig')
-rw-r--r--nuttx/configs/sim/netconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/nuttx/configs/sim/netconfig b/nuttx/configs/sim/netconfig
index ae3a70f16..264bfb9f9 100644
--- a/nuttx/configs/sim/netconfig
+++ b/nuttx/configs/sim/netconfig
@@ -275,6 +275,7 @@ CONFIG_EXAMPLE_UIP_WEBCLIENT=n
# Settings for examples/nettest
CONFIG_EXAMPLE_NETTEST_SERVER=n
CONFIG_EXAMPLE_NETTEST_PERFORMANCE=n
+CONFIG_EXAMPLE_NETTEST_NOMAC=n
CONFIG_EXAMPLE_NETTEST_IPADDR=(192<<24|168<<16|0<<8|128)
CONFIG_EXAMPLE_NETTEST_DRIPADDR=(192<<24|168<<16|0<<8|1)
CONFIG_EXAMPLE_NETTEST_NETMASK=(255<<24|255<<16|255<<8|0)