From 89c9c4839142e5ba74c376b4d8d987e344f0bef7 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 2 Apr 2015 13:02:07 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index f3e7654b991..d10b9aa5f31 100755 --- a/ChangeLog +++ b/ChangeLog @@ -10093,3 +10093,5 @@ boardctl() support is properly enabled (2015-03-31). * Move include/nuttx/timer.h, rtc.h and watchdog.h to include/nuttx/timers/. (2015-04-01). + * drivers/timer/cs2100-cp.c and include/nuttx/timers/cs2100-cp.h: Add a + very basic driver for the CS2100-CP Fractional-N Multipler chip (2015-04-02).