summaryrefslogtreecommitdiff
path: root/nuttx/configs
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-03-28 13:09:01 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-03-28 13:09:01 -0600
commit1f9e5b963597efa4f16a03632ee8a72f0bd4b187 (patch)
tree423dd36e05497f0f19b88b0ad85193eaf5195618 /nuttx/configs
parent4bb4635f843d543098228a4a73e121c131618426 (diff)
downloadpx4-nuttx-1f9e5b963597efa4f16a03632ee8a72f0bd4b187.tar.gz
px4-nuttx-1f9e5b963597efa4f16a03632ee8a72f0bd4b187.tar.bz2
px4-nuttx-1f9e5b963597efa4f16a03632ee8a72f0bd4b187.zip
SAMV7 EMAC: Fix alignment issue: RX buffers need to be invalidated. This means the alignment of buffers must be at least to the data cache line size at both ends of the buffer
Diffstat (limited to 'nuttx/configs')
-rw-r--r--nuttx/configs/samv71-xult/README.txt15
-rw-r--r--nuttx/configs/samv71-xult/netnsh/defconfig2
2 files changed, 5 insertions, 12 deletions
diff --git a/nuttx/configs/samv71-xult/README.txt b/nuttx/configs/samv71-xult/README.txt
index ba8526706..33747f5c3 100644
--- a/nuttx/configs/samv71-xult/README.txt
+++ b/nuttx/configs/samv71-xult/README.txt
@@ -88,14 +88,8 @@ The BASIC nsh configuration is fully function (as desribed below under
So there is still plenty to be done.
6. There is a port of the SAMA5D4-EK Ethernet driver to the SAMV71-XULT.
- Some basic functionality is present, but there are issues:
-
- - There is a compiler optimization problem. At -O2, there is odd
- behavior on pings and ARP messages. But the behavior is OK with
- optimization disabled. This is clearly a compiler issue, but I
- will need eventually to find something better than -O0.
- - The driver has not been tested with I- and D-Caches enabled. There
- are likely issues in that configuration.
+ Some basic functionality is present, but there is at least one issue:
+ The driver does not yet work I- and D-Caches enabled.
7. The USBHS device controller driver (DCD) is complete but non-functional.
At this point, work has stopped because I am stuck. The problem is that
@@ -796,14 +790,13 @@ Configuration sub-directories
CONFIG_NSH_BUILTIN_APPS=y : Enable starting apps from NSH command line
4. The network initialization thread is NOT enabled in this configuration.
- As a result, networking initialization is performed serially with
+ As a result, networking initialization is performed serially with
NSH bring-up. The time from reset to the NSH prompt will be determined
primarily by this network initialization time. And can be especially
long, perhaps minutes, if the network cable is not connected!
If fast boot times are required, you need to perform asynchronous
- network initialization as described about under "Network Initialization
- Thread"
+ network initialization as described under "Network Initialization Thread"
5. SDRAM is NOT enabled in this configuration.
diff --git a/nuttx/configs/samv71-xult/netnsh/defconfig b/nuttx/configs/samv71-xult/netnsh/defconfig
index 31f55bb9a..0b968eca0 100644
--- a/nuttx/configs/samv71-xult/netnsh/defconfig
+++ b/nuttx/configs/samv71-xult/netnsh/defconfig
@@ -751,7 +751,7 @@ CONFIG_IOB_NCHAINS=8
CONFIG_IOB_THROTTLE=8
# CONFIG_NET_ARCH_INCR32 is not set
# CONFIG_NET_ARCH_CHKSUM is not set
-# CONFIG_NET_STATISTICS is not set
+CONFIG_NET_STATISTICS=y
#
# Routing Table Configuration