summaryrefslogtreecommitdiff
path: root/nuttx/configs/pic32-starterkit/nsh
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-03-09 17:47:25 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-03-09 17:47:25 +0000
commitdcc5105f03ad04aa6e36a2ff7331a019303a88a4 (patch)
tree6359cf6bec3ebb6ca3fcc4c32144c1f16e46c4f3 /nuttx/configs/pic32-starterkit/nsh
parent08f1693659735a722f6de74e300010ce97616416 (diff)
downloadpx4-nuttx-dcc5105f03ad04aa6e36a2ff7331a019303a88a4.tar.gz
px4-nuttx-dcc5105f03ad04aa6e36a2ff7331a019303a88a4.tar.bz2
px4-nuttx-dcc5105f03ad04aa6e36a2ff7331a019303a88a4.zip
Fix several bugs related to PIC32 Ethernet driver
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4468 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/pic32-starterkit/nsh')
-rw-r--r--nuttx/configs/pic32-starterkit/nsh/defconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/nuttx/configs/pic32-starterkit/nsh/defconfig b/nuttx/configs/pic32-starterkit/nsh/defconfig
index 615140a83..24c909824 100644
--- a/nuttx/configs/pic32-starterkit/nsh/defconfig
+++ b/nuttx/configs/pic32-starterkit/nsh/defconfig
@@ -284,7 +284,11 @@ CONFIG_UART6_2STOP=0
# CONFIG_NET_DUMPPACKET - Dump all received and transmitted packets.
# Also needs CONFIG_DEBUG.
# CONFIG_NET_REGDEBUG - Enabled low level register debug. Also needs
+# CONFIG_DEBUG. Automatically enables CONFIG_NET_DESCDEBUG as well.
+# CONFIG_NET_DESCDEBUG - Enabled low level descriptor debug. Also needs
# CONFIG_DEBUG.
+# CONFIG_NET_DUMPPACKET - Dump all incoming and output packet contents.
+# Also needs CONFIG_DEBUG.
# CONFIG_NET_HASH - Enable receipt of near-perfect match frames.
# CONFIG_NET_MULTICAST - Enable receipt of multicast (and unicast) frames.
# Automatically set if CONFIG_NET_IGMP is selected.
@@ -304,6 +308,8 @@ CONFIG_PHY_FDUPLEX=y
CONFIG_NET_NTXDESC=7
CONFIG_NET_NRXDESC=7
CONFIG_NET_REGDEBUG=n
+CONFIG_NET_DESCDEBUG=n
+CONFIG_NET_DUMPPACKET=n
#
# PIC32MX-specific USB device setup