summaryrefslogtreecommitdiffstats
path: root/bsp-howto/timer.rst
diff options
context:
space:
mode:
Diffstat (limited to 'bsp-howto/timer.rst')
-rw-r--r--bsp-howto/timer.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/bsp-howto/timer.rst b/bsp-howto/timer.rst
index f0ec09b..b5e6bb6 100644
--- a/bsp-howto/timer.rst
+++ b/bsp-howto/timer.rst
@@ -7,6 +7,11 @@
Timer Driver
************
+.. warning::
+
+ The Timer Driver is superfluous and should be replaced by the RTEMS counter
+ support. Ask on the mailing list if you plan to write a Timer Driver.
+
The timer driver is primarily used by the RTEMS Timing Tests. This driver
provides as accurate a benchmark timer as possible. It typically reports its
time in microseconds, CPU cycles, or bus cycles. This information can be very