From a2de3c92d8e24fbd947b69a47349aac95f4b96bf Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 7 Aug 2014 11:40:54 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index eee5af1f25..7a77e1aa21 100755 --- a/ChangeLog +++ b/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).