summaryrefslogtreecommitdiff
path: root/nuttx/configs/mbed
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-11-16 02:50:52 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-11-16 02:50:52 +0000
commit67cdb00d71d27289fb207e0c23e28ddbab1cb14c (patch)
treedcad9ca0db692384285b4307aba979759959e14d /nuttx/configs/mbed
parent03b7782c5fa7a9090bf10f77e231f13f6b02e474 (diff)
downloadpx4-nuttx-67cdb00d71d27289fb207e0c23e28ddbab1cb14c.tar.gz
px4-nuttx-67cdb00d71d27289fb207e0c23e28ddbab1cb14c.tar.bz2
px4-nuttx-67cdb00d71d27289fb207e0c23e28ddbab1cb14c.zip
Initial debug fixes for LPC1766 ethernet
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3114 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/mbed')
-rwxr-xr-xnuttx/configs/mbed/README.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/configs/mbed/README.txt b/nuttx/configs/mbed/README.txt
index ac9047f62..c059f1de9 100755
--- a/nuttx/configs/mbed/README.txt
+++ b/nuttx/configs/mbed/README.txt
@@ -298,6 +298,8 @@ mbed Configuration Options
CONFIG_NET_WOL - Enable Wake-up on Lan (not fully implemented).
CONFIG_NET_REGDEBUG - Enabled low level register debug. Also needs
CONFIG_DEBUG.
+ CONFIG_NET_DUMPPACKET - Dump all received and transmitted packets.
+ Also needs CONFIG_DEBUG.
CONFIG_NET_BROADCAST - Enable receipt of broadcast frames
CONFIG_NET_HASH - Enable receipt of near-perfect match frames.
CONFIG_NET_MULTICAST - Enable receipt of multicast (and unicast) frames.