summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-08-28 17:08:28 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-08-28 17:08:28 -0600
commit8c8d19963642cb273c9e7c6c4dfc41ed1e253821 (patch)
tree83228b86638cf9276dfdbcc40abd8dbce635c0d7 /nuttx/ChangeLog
parent5c4ee799aa14136b58738da49a0287860ed101f1 (diff)
downloadnuttx-8c8d19963642cb273c9e7c6c4dfc41ed1e253821.tar.gz
nuttx-8c8d19963642cb273c9e7c6c4dfc41ed1e253821.tar.bz2
nuttx-8c8d19963642cb273c9e7c6c4dfc41ed1e253821.zip
Update ChangeLog
Diffstat (limited to 'nuttx/ChangeLog')
-rwxr-xr-xnuttx/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 46aa8761e..9e09d2e69 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -8278,3 +8278,12 @@
* arch/arm/include/armv7-a/irq.h, arm_syscall.c, syscall/Kconfig,
syscall_funclookup.c, syscall_nparms.c, and syscall_stublookup.c:
ARMv7-A: Add SYSCALL handling logic (2014-8-28).
+ * nuttx/fs/, drivers/, and sched/: Remove explicit references to errno.
+ That is a problem from within the kernel for certain configurations
+ (there are still more references to be fixed) (2014-8-28).
+ * sched/clock/clock.h: In some configurations, g_system_tmer must be
+ extern'ed as a private variable in the OS (2014-8-28).
+ * include/errno.h and nuttx/clock.h: errno and g_system_timer must be
+ 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).