summaryrefslogtreecommitdiff
path: root/nuttx/configs
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-03-29 07:04:39 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-03-29 07:04:39 -0600
commit81217c4982e40cc27594465dfbd91cd23e6a0040 (patch)
treea86e701e456e01e7eaaaddb8845bdae362ce7634 /nuttx/configs
parent7f3f20c358ab4e2230dc02df25c35e7335b86a44 (diff)
downloadpx4-nuttx-81217c4982e40cc27594465dfbd91cd23e6a0040.tar.gz
px4-nuttx-81217c4982e40cc27594465dfbd91cd23e6a0040.tar.bz2
px4-nuttx-81217c4982e40cc27594465dfbd91cd23e6a0040.zip
Minor update to a README
Diffstat (limited to 'nuttx/configs')
-rw-r--r--nuttx/configs/samv71-xult/README.txt8
1 files changed, 7 insertions, 1 deletions
diff --git a/nuttx/configs/samv71-xult/README.txt b/nuttx/configs/samv71-xult/README.txt
index db7d645e9..ba23c160e 100644
--- a/nuttx/configs/samv71-xult/README.txt
+++ b/nuttx/configs/samv71-xult/README.txt
@@ -95,9 +95,15 @@ The BASIC nsh configuration is fully function (as desribed below under
behavior on pings and ARP messages. But the behavior is OK with
optimization disabled. This may or may not be a compiler issue; it
may be a timing issue.
+
+ Symptoms vary from build to build but usually result in a hang.
+
- The driver does not work with I- and D-Caches enabled. The behavior
is just as for when compiler optimization is enabled. I have not
- yet found in coherency issues so this migh also be timing related.
+ yet found in coherency issues so this might also be timing related.
+
+ At -O2, many packets can be exchanged but eventually there is a
+ hardfault, presumably because of a misdirected DMA.
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