summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-04-06 13:13:31 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-04-06 13:13:31 -0600
commitc0a361fd24a95ad244cc87ecf0d6a61028e844df (patch)
tree7306168c9c84a9672200c826f86f0c0e819c1e6e /nuttx/ChangeLog
parentdd2bafe8b99bb1cdb770473ed4edeee3b467d37e (diff)
downloadnuttx-c0a361fd24a95ad244cc87ecf0d6a61028e844df.tar.gz
nuttx-c0a361fd24a95ad244cc87ecf0d6a61028e844df.tar.bz2
nuttx-c0a361fd24a95ad244cc87ecf0d6a61028e844df.zip
SAMA5 UDPHS: Fix error where bit was not cleared to acknowledge receipt of data and to setup for the next incoming data
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 6b5db2577..546bd402b 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -7145,4 +7145,6 @@
* nuttx/arch/arm/src/armv7-a/mmu.h: Bufferable bit did not do what
I thought it was going to do. Result was the NOR FLASH accesses
were very slow (2014-4-3).
+ * arch/arm/src/sama5/sam_udphs.c: Fix a case where received status
+ was not clear, causing OUT SETUP commands to fail (2014-4-6).