From 4bb4635f843d543098228a4a73e121c131618426 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sat, 28 Mar 2015 09:42:45 -0600 Subject: SAMV7 EMAC: Sometimes TX is not started when TSTART is set??? Workaround seems to be to set it twice. Restored full optimization. Also CONFIG_NET_NOINTS is set so that interrupt level provessing is avoided --- nuttx/configs/samv71-xult/README.txt | 8 ++++---- nuttx/configs/samv71-xult/netnsh/defconfig | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'nuttx/configs') diff --git a/nuttx/configs/samv71-xult/README.txt b/nuttx/configs/samv71-xult/README.txt index d4bd5b1da..ba8526706 100644 --- a/nuttx/configs/samv71-xult/README.txt +++ b/nuttx/configs/samv71-xult/README.txt @@ -49,7 +49,7 @@ Board Features - Embedded Debugger with Data Gateway Interface and Virtual COM port (CDC) - External power input (5-14V) or USB powered -See the Atmel webite for further information about this board: +See the Atmel website for further information about this board: - http://www.atmel.com/tools/atsamv71-xult.aspx @@ -475,6 +475,7 @@ Selecting the GMAC peripheral Networking Support CONFIG_NET=y : Enable Neworking + CONFIG_NET_NOINTS=y : Use the work queue, not interrupts for processing CONFIG_NET_SOCKOPTS=y : Enable socket operations CONFIG_NET_ETH_MTU=562 : Maximum packet size (MTU) 1518 is more standard CONFIG_NET_ETH_TCP_RECVWNDO=562 : Should be the same as CONFIG_NET_ETH_MTU @@ -801,7 +802,7 @@ Configuration sub-directories long, perhaps minutes, if the network cable is not connected! If fast boot times are required, you need to perform asynchronous - network initializatino as described about under "Network Initialization + network initialization as described about under "Network Initialization Thread" 5. SDRAM is NOT enabled in this configuration. @@ -824,7 +825,7 @@ Configuration sub-directories 7. TWIHS0 is used to support 256 byte non-volatile storage. This EEPROM holds the assigned MAC address which is necessary for networking. The - EEPROM is also avaiable for storage of configuration data using the + EEPROM is also available for storage of configuration data using the MTD configuration as described above under the heading, "MTD Configuration Data". @@ -1048,4 +1049,3 @@ Configuration sub-directories Stack sizes are also large to simplify the bring-up and should be tuned for better memory usages. - diff --git a/nuttx/configs/samv71-xult/netnsh/defconfig b/nuttx/configs/samv71-xult/netnsh/defconfig index e4cf9aae9..31f55bb9a 100644 --- a/nuttx/configs/samv71-xult/netnsh/defconfig +++ b/nuttx/configs/samv71-xult/netnsh/defconfig @@ -51,9 +51,9 @@ CONFIG_ARCH_HAVE_STACKCHECK=y # CONFIG_STACK_COLORATION is not set # CONFIG_DEBUG_SYMBOLS is not set CONFIG_ARCH_HAVE_CUSTOMOPT=y -CONFIG_DEBUG_NOOPT=y +# CONFIG_DEBUG_NOOPT is not set # CONFIG_DEBUG_CUSTOMOPT is not set -# CONFIG_DEBUG_FULLOPT is not set +CONFIG_DEBUG_FULLOPT=y # # System Type @@ -647,7 +647,7 @@ CONFIG_UART3_2STOP=0 CONFIG_ARCH_HAVE_NET=y CONFIG_ARCH_HAVE_PHY=y CONFIG_NET=y -# CONFIG_NET_NOINTS is not set +CONFIG_NET_NOINTS=y # CONFIG_NET_PROMISCUOUS is not set # -- cgit v1.2.3