summaryrefslogtreecommitdiffstats
path: root/eng
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-10-08 07:53:47 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-10-08 08:07:10 +0200
commit8c6414a7956d1ca73b7e7faa348be0c78867f769 (patch)
tree5740ab701ed715a44b1c0afbe188114ce8c26974 /eng
parentuser: Fix RTEMS release URLs (diff)
downloadrtems-docs-8c6414a7956d1ca73b7e7faa348be0c78867f769.tar.bz2
eng: Add proper figure titles
The first paragraph of a figure directive block is the figure title.
Diffstat (limited to 'eng')
-rw-r--r--eng/build-system.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/eng/build-system.rst b/eng/build-system.rst
index 3ec76de..3e62d28 100644
--- a/eng/build-system.rst
+++ b/eng/build-system.rst
@@ -203,6 +203,8 @@ the build system easier, but less general.
:width: 100%
:figclass: align-center
+ Example with Explicit Item Links
+
This example shows how build item dependencies are specified explicitly
by item links. In this example, a user wants to build a group of tests.
Each test program has a dependency on the standard RTEMS libraries. The
@@ -221,6 +223,8 @@ the build system easier, but less general.
:width: 50%
:figclass: align-center
+ Example with Implicit Ordering Rules
+
This example shows how build item dependencies are specified by dedicated
BSP items, a top-level group, and ordered item links. The BSP is
configured after the top-level group item and built before the top-level