summaryrefslogtreecommitdiffstats
path: root/doc/user/overview.t
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-11-09 14:36:14 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-11-09 14:36:14 +0000
commitbd861cc6e02ec077e7f93b247169cd519a042016 (patch)
treedb4073489d4d4c6497257df5494821d0a39555aa /doc/user/overview.t
parent2009-11-09 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-bd861cc6e02ec077e7f93b247169cd519a042016.tar.bz2
2009-11-09 Joel Sherrill <joel.sherrill@oarcorp.com>
* ada_user/Makefile.am, ada_user/ada_user.texi, user/Makefile.am, user/c_user.texi, user/concepts.t, user/overview.t, user/preface.texi, user/schedule.t, user/sem.t: Add table of figures. Add text and graphic of tree illustrating valid combinations of semaphore attributes. * user/semaphore_attributes.eps, user/semaphore_attributes.png: New files.
Diffstat (limited to 'doc/user/overview.t')
-rw-r--r--doc/user/overview.t25
1 files changed, 11 insertions, 14 deletions
diff --git a/doc/user/overview.t b/doc/user/overview.t
index 5346140d60..d79653465b 100644
--- a/doc/user/overview.t
+++ b/doc/user/overview.t
@@ -141,6 +141,9 @@ project dependent application code and the target hardware.
Most hardware dependencies for real-time applications can be
localized to the low level device drivers.
+@float Figure,fig:RTEMS-App-Arch
+@caption{RTEMS Application Architecture}
+
@ifset use-ascii
@example
@group
@@ -214,6 +217,7 @@ localized to the low level device drivers.
<IMG SRC="rtemsarc.png" WIDTH=500 HEIGHT=300 ALT="RTEMS Application Architecture">
@end html
@end ifset
+@end float
The RTEMS I/O interface manager provides an efficient tool for incorporating
these hardware dependencies into the system while simultaneously
@@ -236,6 +240,9 @@ Together these components provide a powerful run time
environment that promotes the development of efficient real-time
application systems. The following figure illustrates this organization:
+@float Figure,fig:rtems-layers
+@caption{RTEMS Layered Architecture}
+
@ifset use-ascii
@example
@group
@@ -251,28 +258,18 @@ application systems. The following figure illustrates this organization:
@end ifset
@ifset use-tex
-@c for now use the ascii version
-@c @example
-@c @group
-@c +-----------------------------------------------+
-@c | RTEMS Executive Interface |
-@c +-----------------------------------------------+
-@c | RTEMS Core |
-@c +-----------------------------------------------+
-@c | CPU Dependent Code |
-@c +-----------------------------------------------+
-@c @end group
-@c @end example
-@image{rtemspie,4in,3in}
+@center{@image{rtemspie,4in,3in, RTEMS Layered Architecture}}
@tex
@end tex
@end ifset
@ifset use-html
@html
-<IMG SRC="rtemspie.png" WIDTH=500 HEIGHT=300 ALT="RTEMS Architecture">
+<IMG SRC="rtemspie.png" WIDTH=500 HEIGHT=300 ALT="RTEMS Layered Architecture">
@end html
@end ifset
+@end float
+
Subsequent chapters present a detailed description of the capabilities
provided by each of the following RTEMS managers: