From dcc5105f03ad04aa6e36a2ff7331a019303a88a4 Mon Sep 17 00:00:00 2001 From: patacongo Date: Fri, 9 Mar 2012 17:47:25 +0000 Subject: 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 --- nuttx/configs/pic32-starterkit/nsh/defconfig | 6 ++++++ nuttx/configs/pic32-starterkit/ostest/defconfig | 6 ++++++ 2 files changed, 12 insertions(+) (limited to 'nuttx/configs/pic32-starterkit') 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 diff --git a/nuttx/configs/pic32-starterkit/ostest/defconfig b/nuttx/configs/pic32-starterkit/ostest/defconfig index cd968afc7..941408745 100644 --- a/nuttx/configs/pic32-starterkit/ostest/defconfig +++ b/nuttx/configs/pic32-starterkit/ostest/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 -- cgit v1.2.3