summaryrefslogtreecommitdiffstats
path: root/doc/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-03-28 19:55:50 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-03-28 19:55:50 +0000
commita91cc066d5b022595af9b6ffb14ad0e52743ef66 (patch)
tree53458b9cd89925d950b3b026e51ddd8589a2f62a /doc/ChangeLog
parent2007-03-28 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-a91cc066d5b022595af9b6ffb14ad0e52743ef66.tar.bz2
2007-03-28 Chris Johns <chrisj@rtems.org>
* user/Makefile.am, user/clock.t: Add support for a handler to obtain the number of nanoseconds since the last clock tick. The primary interface for this is rtems_clock_set_nanoseconds_extension. Subsequent commits from Joel will redo the TOD support to use this capability.
Diffstat (limited to 'doc/ChangeLog')
-rw-r--r--doc/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index de03004f2c..347fbabbe8 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,11 @@
+2007-03-28 Chris Johns <chrisj@rtems.org>
+
+ * user/Makefile.am, user/clock.t: Add support for a handler to obtain
+ the number of nanoseconds since the last clock tick. The primary
+ interface for this is rtems_clock_set_nanoseconds_extension.
+ Subsequent commits from Joel will redo the TOD support to use this
+ capability.
+
2007-03-10 Joel Sherrill <joel@OARcorp.com>
PR 1226/cpukit