summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-08-07 11:40:54 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-08-07 11:40:54 -0600
commitc029edd96276fe7efa15992a5dd0da47920a2adb (patch)
tree1b267bb10ab996539b4887831bca8cc88ecd3026 /nuttx/ChangeLog
parente45f88d7cc67518a52a056602506de1fd489ca74 (diff)
downloadnuttx-c029edd96276fe7efa15992a5dd0da47920a2adb.tar.gz
nuttx-c029edd96276fe7efa15992a5dd0da47920a2adb.tar.bz2
nuttx-c029edd96276fe7efa15992a5dd0da47920a2adb.zip
Update ChangeLog
Diffstat (limited to 'nuttx/ChangeLog')
-rwxr-xr-xnuttx/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index eee5af1f2..7a77e1aa2 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -8015,3 +8015,7 @@
macro, do access the g_system_timer() global directly (2014-8-6).
* sched/clock_systimer.c: Uses interval timer interfaces to get the
time if CONFIG_SCHED_TICKLESS is selected (2014-8-6).
+ * sched/sched_timerexpiration.c, Makefile, os_internal.h,
+ sched_addreadytorun.c, sched_processtimer.c, sched_unlock.c,
+ wd_cancel.c, wd_internal.h, and wd_start.c: Implements the
+ tickless OS (2014-8-7).