From 9038b999f77a5ea5bd1a556bcd6d243f34ac607d Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 20 Dec 2016 13:04:59 +0100 Subject: Add warning to Timer Driver chapter Move Timer Driver chapter. Update #2847. --- bsp-howto/index.rst | 2 +- bsp-howto/timer.rst | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'bsp-howto') diff --git a/bsp-howto/index.rst b/bsp-howto/index.rst index ac0d5c0..68a9c35 100644 --- a/bsp-howto/index.rst +++ b/bsp-howto/index.rst @@ -49,11 +49,11 @@ to the Community Project hosted at http://www.rtems.org. clock i2c spi - timer real_time_clock networking shared_memory_support frame_buffer + timer ata ide_controller command 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 -- cgit v1.2.3