summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-07-01 11:24:43 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-07-01 11:24:43 -0600
commit0a5eb9f4bd2e38aeef482976ce1b960430cfa29a (patch)
treea217564701ac02ab34732565f5228316001cbaf4 /nuttx/ChangeLog
parentc5b61c73272fe99614c8a3bf9ba7bd2e0ead6029 (diff)
downloadnuttx-0a5eb9f4bd2e38aeef482976ce1b960430cfa29a.tar.gz
nuttx-0a5eb9f4bd2e38aeef482976ce1b960430cfa29a.tar.bz2
nuttx-0a5eb9f4bd2e38aeef482976ce1b960430cfa29a.zip
Update ChangeLog
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index eea4d6090..1aaaf95d8 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -7606,7 +7606,7 @@
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
+ of physical and virtual 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
@@ -7615,3 +7615,6 @@
* net/: Many more functions renamed to follow new modularizaiton of
the networking code. This is part of an ongoing repartitioning
effort and there is still more to be done (2014-6-30).
+ * arch/arm/src/sam34/sam_emac.c, sama5/sam_emaca.c, sam_emacb.c, and
+ sam_gmac.c: Fix cloned error: Wrong bits being cleared before ORing
+ in new bits (2014-7-1).