summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-01-29 06:38:45 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-01-29 06:38:45 -0600
commit29c0c2d1f899ddf45aee7d162a8521ec7b0e3023 (patch)
treec201ffcceb58d87fc102fc28e3e9b154b9fb1a11 /nuttx/ChangeLog
parenta5925b1adc04b34e10ef332875770997ac312998 (diff)
downloadpx4-nuttx-29c0c2d1f899ddf45aee7d162a8521ec7b0e3023.tar.gz
px4-nuttx-29c0c2d1f899ddf45aee7d162a8521ec7b0e3023.tar.bz2
px4-nuttx-29c0c2d1f899ddf45aee7d162a8521ec7b0e3023.zip
Update ChangeLog
Diffstat (limited to 'nuttx/ChangeLog')
-rwxr-xr-xnuttx/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index e79c3a46e..e4c9abc62 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -9556,3 +9556,6 @@
interrupts are automatically restored when the wait happens. But
with CONFIG_NET_NOINTS=y, the wait blocks with the network locked --
bad style and also can lead to a deadlock condition (2015-01-28).
+ * arch/arm/src/armv7-a/arm_memcpy.S and arch/arm/src/armv7-m/up_memcpy.S:
+ ARM assembly language memcpy.S's were not returning a value in R0 they
+ are required to do. From David Sidrane (2015-01-29).