summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-05-05 14:40:19 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-05-05 14:40:19 -0600
commitaf24bfcaf370f42bd6e1273575f9e74a0ec0fcd1 (patch)
tree7184d404a233c02577658b2cfc344bb9a92134fa /nuttx/ChangeLog
parent03a7ce0f604530c31f9716533103b4a2288c857b (diff)
downloadnuttx-af24bfcaf370f42bd6e1273575f9e74a0ec0fcd1.tar.gz
nuttx-af24bfcaf370f42bd6e1273575f9e74a0ec0fcd1.tar.bz2
nuttx-af24bfcaf370f42bd6e1273575f9e74a0ec0fcd1.zip
Timer driver updates from Bob Doiron
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 68cbd07a4..806f1cfc0 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -7289,4 +7289,6 @@
added high resolution RTC emulation using the RTT for the sub-second
counter (2014-5-5).
* configs/sam4s-xplained-pro: Clean-up of LED usage and also some
- integration of new timer features. From Bob Doiron (2014-5-5). \ No newline at end of file
+ integration of new timer features. From Bob Doiron (2014-5-5).
+ * drivers/timer.c and include/nuttx/timer.h: Timer driver updates from
+ Bob Doiron (2014-5-5).