From 6e39c232448916903bff89434b005f09455b42ab Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 13 Jan 2015 15:59:14 -0600 Subject: Update ChangeLog --- nuttx/ChangeLog | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog index 6c6961527..fe9570dba 100755 --- a/nuttx/ChangeLog +++ b/nuttx/ChangeLog @@ -9384,6 +9384,9 @@ cycles. This change is conditioned on CONFIG_MMCSD_SDIOWATI_WRCOMPLETE and is currently only implemented for the STM32 SDIO driver. From David Sidrane (2015-01-08). - * arch/arm/src/tiva/tiva_timer.c and .h: Add a timer library for + * arch/arm/src/tiva/tiva_timerlib.c and .h: Add a timer library for generic support of Tiva timers (2015-01-08). + * arch/arm/src/tiva/tiva_timerlow32.c: Add a driver lower half for + drivers/timer.c. Only 32-bit periodic timers are supported. This + provides userspace access to timers. -- cgit v1.2.3