From bd861cc6e02ec077e7f93b247169cd519a042016 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 9 Nov 2009 14:36:14 +0000 Subject: 2009-11-09 Joel Sherrill * 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. --- doc/user/overview.t | 25 +++++++++++-------------- 1 file changed, 11 insertions(+), 14 deletions(-) (limited to 'doc/user/overview.t') 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. 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 -RTEMS Architecture +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: -- cgit v1.2.3