From be7679e03da5bfac034c384fdd62b70afef88326 Mon Sep 17 00:00:00 2001 From: patacongo Date: Wed, 9 Sep 2009 18:00:13 +0000 Subject: This two FIFO handling bugs in LM3S ethernet driver git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2031 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/configs/eagle100/nxflat/defconfig | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nuttx/configs/eagle100/nxflat/defconfig') diff --git a/nuttx/configs/eagle100/nxflat/defconfig b/nuttx/configs/eagle100/nxflat/defconfig index e76b7feee..4c918349f 100644 --- a/nuttx/configs/eagle100/nxflat/defconfig +++ b/nuttx/configs/eagle100/nxflat/defconfig @@ -152,6 +152,7 @@ CONFIG_SSI_POLLWAIT=y # CONFIG_LM3S_MULTICAST - Set to enable multicast frames # CONFIG_LM3S_PROMISCUOUS - Set to enable promiscuous mode # CONFIG_LM3S_BADCRC - Set to enable bad CRC rejection. +# CONFIG_LM3S_DUMPPACKET - Dump each packet received/sent to the console. # CONFIG_LM3S_ETHERNET=n CONFIG_LM3S_ETHLEDS=n @@ -162,6 +163,7 @@ CONFIG_LM3S_ETHNOPAD=n CONFIG_LM3S_MULTICAST=n CONFIG_LM3S_PROMISCUOUS=n CONFIG_LM3S_BADCRC=n +CONFIG_LM3S_DUMPPACKET=n # # General build options -- cgit v1.2.3