From 407eefe0855649a3f64f26865bac22b536a9b9e3 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sat, 9 Aug 2014 10:35:45 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index 40aa77a58d..a3878e8821 100755 --- a/ChangeLog +++ b/ChangeLog @@ -8079,3 +8079,7 @@ * 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). + * arch/arm/src/sama5/sam_tc.c and .h: Can now handle non-constant + BOARD_MCK_FREQUENCY. Also now supports methods to attach user + interrupt handlers (2014-8-9). + * drivers/audio/audio_null.c: Fix an error in a variable name (2014-8-9).