summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-06-30 14:26:24 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-06-30 14:26:24 -0600
commit40ba564eab204693825f77e7ea12483b5a433a8d (patch)
tree0f9f562427685002fd4ae9428b274b073f30c0ed /nuttx/ChangeLog
parent5de8bacfb5dc8af0e3c64de0e632a4d151b46b54 (diff)
downloadnuttx-40ba564eab204693825f77e7ea12483b5a433a8d.tar.gz
nuttx-40ba564eab204693825f77e7ea12483b5a433a8d.tar.bz2
nuttx-40ba564eab204693825f77e7ea12483b5a433a8d.zip
Update ChangeLog
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 8e1aa1a81..5c0742d4e 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -7605,3 +7605,10 @@
to clean this up? For now I've put together a quick patch that
defines those macros to 1, consistent with the rest of unistd.h.
From Kosma Moczek (2014-6-30)
+ * arch/arm/src/sama5/sam_memories.c: Fix some logic in conversion
+ of physical and virtal DRAM addresses when running out of DRAM. This
+ is an important bug fix for the SAMA5D3 and 4 when running out of
+ DRAM (2014-6-30).
+ * arch/arm/src/sama5/sam_pio.c: Another *critical* SAMA5D3 and 4 bug
+ fix: PIO clocking must be enabled for all input pins or else the
+ value that is read never changes. (2014-6-30).