summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-03-28 19:56:14 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-03-28 19:56:14 +0000
commit4b6546f0bb2687af0463a855a78822785d656d6e (patch)
treee8fb6b77d7ad5d7a331684d0a8e35d59bc78b910 /cpukit/ChangeLog
parent2007-03-28 Chris Johns <chrisj@rtems.org> (diff)
downloadrtems-4b6546f0bb2687af0463a855a78822785d656d6e.tar.bz2
2007-03-28 Chris Johns <chrisj@rtems.org>
* rtems/Makefile.am, rtems/include/rtems/rtems/clock.h, score/include/rtems/score/watchdog.h: 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. * rtems/src/clocksetnsecshandler.c: New file.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 41ac040846..358e0ba80e 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,13 @@
+2007-03-28 Chris Johns <chrisj@rtems.org>
+
+ * rtems/Makefile.am, rtems/include/rtems/rtems/clock.h,
+ score/include/rtems/score/watchdog.h: 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.
+ * rtems/src/clocksetnsecshandler.c: New file.
+
2007-03-28 Joel Sherrill <joel@OARcorp.com>
PR 1234/cpukit