summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-08-29 07:50:08 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-08-29 07:50:08 -0600
commitf98f465b75c91bbbf8b2f4334dac0609e4adb8e3 (patch)
treed81dabd58266d164481c1702b5433fea56be3ed7 /nuttx/ChangeLog
parent40965c8ad4d86135619abb32ce36c6ae49f5642d (diff)
downloadnuttx-f98f465b75c91bbbf8b2f4334dac0609e4adb8e3.tar.gz
nuttx-f98f465b75c91bbbf8b2f4334dac0609e4adb8e3.tar.bz2
nuttx-f98f465b75c91bbbf8b2f4334dac0609e4adb8e3.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 9e09d2e69..f1ebef3ae 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -8287,3 +8287,6 @@
handled in a special way if there are external modules (2014-8-28).
* include/sys/syscall.h: System definitions should depend on
CONFIG_LIB_SYSCALL not CONFIG_NUTTX_KERNEL (2014-8-28).
+ * arch/arm/src/armv7-a: Rename syscall.h to svcall.h to work around
+ some include path name collisions; fix some compilation errors in
+ SYSCALL logic when debug is enabled (2014-8-29).