summaryrefslogtreecommitdiffstats
path: root/c_user/overview.rst
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2016-02-18 15:41:28 +1100
committerAmar Takhar <verm@darkbeer.org>2016-05-02 20:51:26 -0400
commit25d55d49c3f52a12a52def776104e0c9c721e680 (patch)
tree659abcd9eefe270c58fe9f7027fe192f08d95b20 /c_user/overview.rst
parentFix double quotes. (diff)
downloadrtems-docs-25d55d49c3f52a12a52def776104e0c9c721e680.tar.bz2
Change code to code-block.
Diffstat (limited to '')
-rw-r--r--c_user/overview.rst24
1 files changed, 0 insertions, 24 deletions
diff --git a/c_user/overview.rst b/c_user/overview.rst
index a4f203f..8165b67 100644
--- a/c_user/overview.rst
+++ b/c_user/overview.rst
@@ -120,20 +120,6 @@ serves as a buffer between the project dependent application code and the
target hardware. Most hardware dependencies for real-time applications can be
localized to the low level device drivers.
-.. COMMENT: .. code:: c
-.. COMMENT:
-.. COMMENT: +-----------------------------------------------------------+
-.. COMMENT: | Application Dependent Software |
-.. COMMENT: | +----------------------------------------+ |
-.. COMMENT: | | Standard Application Components | |
-.. COMMENT: | | +-------------+---+ |
-.. COMMENT: | +---+-----------+ | | |
-.. COMMENT: | | Board Support | | RTEMS | |
-.. COMMENT: | | Package | | | |
-.. COMMENT: +----+---------------+--------------+-----------------+-----|
-.. COMMENT: | Target Hardware |
-.. COMMENT: +-----------------------------------------------------------+
-
.. figure:: rtemsarc.png
:width: 488
:height: 100px
@@ -160,16 +146,6 @@ routines. 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:
-.. COMMENT: .. code:: c
-.. COMMENT:
-.. COMMENT: +-----------------------------------------------+
-.. COMMENT: | RTEMS Executive Interface |
-.. COMMENT: +-----------------------------------------------+
-.. COMMENT: | RTEMS Core |
-.. COMMENT: +-----------------------------------------------+
-.. COMMENT: | CPU Dependent Code |
-.. COMMENT: +-----------------------------------------------+
-
.. figure:: rtemspie.png
:width: 70%
:align: center