summaryrefslogtreecommitdiffstats
path: root/c_user
diff options
context:
space:
mode:
authorAmar Takhar <verm@darkbeer.org>2016-05-18 13:47:42 -0400
committerAmar Takhar <verm@darkbeer.org>2016-05-18 13:47:42 -0400
commit170418af2d8937d42efd3ee2918adc433ec3bacf (patch)
tree24f33ff27cff8ee036642e6c83597d885e44bf97 /c_user
parentFix indenting. (diff)
downloadrtems-docs-170418af2d8937d42efd3ee2918adc433ec3bacf.tar.bz2
Move images to a common directory.
Diffstat (limited to 'c_user')
-rw-r--r--c_user/overview.rst4
-rw-r--r--c_user/rtemsarc.pngbin5698 -> 0 bytes
-rw-r--r--c_user/rtemspie.pngbin31984 -> 0 bytes
-rw-r--r--c_user/scheduling_concepts.rst2
-rw-r--r--c_user/semaphore_attributes.pngbin31604 -> 0 bytes
-rw-r--r--c_user/semaphore_manager.rst2
-rw-r--r--c_user/states.pngbin22036 -> 0 bytes
7 files changed, 4 insertions, 4 deletions
diff --git a/c_user/overview.rst b/c_user/overview.rst
index 8165b67..19f994d 100644
--- a/c_user/overview.rst
+++ b/c_user/overview.rst
@@ -120,7 +120,7 @@ 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.
-.. figure:: rtemsarc.png
+.. figure:: ../images/c_user/rtemsarc.png
:width: 488
:height: 100px
:align: center
@@ -146,7 +146,7 @@ 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:
-.. figure:: rtemspie.png
+.. figure:: ../images/c_user/rtemspie.png
:width: 70%
:align: center
:alt: RTEMS Internal Architecture
diff --git a/c_user/rtemsarc.png b/c_user/rtemsarc.png
deleted file mode 100644
index 13c3b30..0000000
--- a/c_user/rtemsarc.png
+++ /dev/null
Binary files differ
diff --git a/c_user/rtemspie.png b/c_user/rtemspie.png
deleted file mode 100644
index f6245ff..0000000
--- a/c_user/rtemspie.png
+++ /dev/null
Binary files differ
diff --git a/c_user/scheduling_concepts.rst b/c_user/scheduling_concepts.rst
index 6425ab3..64acf69 100644
--- a/c_user/scheduling_concepts.rst
+++ b/c_user/scheduling_concepts.rst
@@ -327,7 +327,7 @@ It will remain in the dormant state until it is started via the
task is now permitted to be scheduled for the processor and to compete for
other system resources.
-.. figure:: states.png
+.. figure:: ../images/c_user/states.png
:width: 70%
:align: center
:alt: Task State Transitions
diff --git a/c_user/semaphore_attributes.png b/c_user/semaphore_attributes.png
deleted file mode 100644
index 7a12ead..0000000
--- a/c_user/semaphore_attributes.png
+++ /dev/null
Binary files differ
diff --git a/c_user/semaphore_manager.rst b/c_user/semaphore_manager.rst
index 86a9a29..f60d395 100644
--- a/c_user/semaphore_manager.rst
+++ b/c_user/semaphore_manager.rst
@@ -241,7 +241,7 @@ ordered blocking discipline must be applied to a binary semaphore in order to
use either the priority inheritance or priority ceiling functionality. The
following tree figure illustrates the valid combinations.
-.. figure:: semaphore_attributes.png
+.. figure:: ../images/c_user/semaphore_attributes.png
:width: 90%
:align: center
:alt: Semaphore Attributes
diff --git a/c_user/states.png b/c_user/states.png
deleted file mode 100644
index 26d8b77..0000000
--- a/c_user/states.png
+++ /dev/null
Binary files differ