From b6cb8766e949cfcdc357cf4d966688f84d1c6a5a Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sun, 10 Aug 2014 10:49:46 -0600 Subject: [PATCH] Updated ChangedLog --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index 26feeb00728..029fcbba387 100755 --- a/ChangeLog +++ b/ChangeLog @@ -8094,3 +8094,6 @@ * arch/arm/Kconfig, src/sama5/sam_tickless.c, Kconfig, Make.defs: Use the one-shot and free-running timers to implement tickless OS support for SAMA5 (2014-8-9). + * arch/arm/src/sama5/sam_oneshot.c and sam_tc.c: Fix several bugs in + timer/counter interrupt logic and one-shot timer logic. Comments and + debug output updated in additional files (2014-8-10).