Update due to clock manager and driver changes

This commit is contained in:
Sebastian Huber
2016-11-02 08:13:31 +01:00
parent 72a62ad88f
commit 3a58bff6bf
7 changed files with 28 additions and 109 deletions

View File

@@ -673,8 +673,8 @@ Glossary
:dfn:`tick`
The basic unit of time used by RTEMS. It is a user-configurable number of
microseconds. The current tick expires when the ``rtems_clock_tick``
directive is invoked.
microseconds. The current tick expires when a clock tick directive is
invoked.
:dfn:`tightly-coupled`
A multiprocessor configuration system which communicates via shared memory.