From a0d41e32e44b6aa62ba81ab10b5d7bee12bf2de3 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sat, 9 Aug 2014 06:43:29 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index 444a257690b..40aa77a58dd 100755 --- a/ChangeLog +++ b/ChangeLog @@ -8076,3 +8076,6 @@ header files under sched/. There have been some sneak inclusion paths via os_internal.h, so expect a few compilation errors for some architectures (2014-8-8). + * Documentation/NuttxPortingGuide.html, arch/sim/src/up_tickless.c, and + include/nuttx/arch.h: Fix errors in documentation and comments related + to the Tickless OS. From Vijay Kumar (2014-9-9).