summaryrefslogtreecommitdiffstats
path: root/user
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2016-07-06 15:03:38 +1000
committerChris Johns <chrisj@rtems.org>2016-07-06 15:03:38 +1000
commitba30a482cfe48e9f4d2eb4b7a0b310118e8f0e19 (patch)
tree726d10dc1f8056979ec42db7b7d633903f5400ee /user
parentAdd a Hardware section. (diff)
downloadrtems-docs-ba30a482cfe48e9f4d2eb4b7a0b310118e8f0e19.tar.bz2
Fix the table and section numbering in the User,Hardware,Tiers section.
Diffstat (limited to 'user')
-rw-r--r--user/hardware/tiers.rst32
1 files changed, 16 insertions, 16 deletions
diff --git a/user/hardware/tiers.rst b/user/hardware/tiers.rst
index 0b216df..9ebdc7c 100644
--- a/user/hardware/tiers.rst
+++ b/user/hardware/tiers.rst
@@ -23,22 +23,22 @@ The rules for Tiers are:
#. A BSP can only be in one of the following tiers:
-+------+-----------------------------------------------------------------------+
-| Tier | Description |
-+------+-----------------------------------------------------------------------+
-| 1 | * The RTEMS Kernel must build without error. |
-| | * Tests are run on target hardware. |
-+------+-----------------------------------------------------------------------+
-| 2 | * The RTEMS Kernel must build without error. |
-| | * Tests can be run on simulation. |
-+------+-----------------------------------------------------------------------+
-| 3 | * The RTEMS Kernel must build without error. |
-| | * There are no test results. |
-+------+-----------------------------------------------------------------------+
-| 4 | * The RTEMS Kernel does not build. |
-+------+-----------------------------------------------------------------------+
-| 5 | * The BSP is to be removed after the next release. |
-+------+-----------------------------------------------------------------------+
+ +------+-----------------------------------------------------------------+
+ | Tier | Description |
+ +------+-----------------------------------------------------------------+
+ | 1 | * The RTEMS Kernel must build without error. |
+ | | * Tests are run on target hardware. |
+ +------+-----------------------------------------------------------------+
+ | 2 | * The RTEMS Kernel must build without error. |
+ | | * Tests can be run on simulation. |
+ +------+-----------------------------------------------------------------+
+ | 3 | * The RTEMS Kernel must build without error. |
+ | | * There are no test results. |
+ +------+-----------------------------------------------------------------+
+ | 4 | * The RTEMS Kernel does not build. |
+ +------+-----------------------------------------------------------------+
+ | 5 | * The BSP is to be removed after the next release. |
+ +------+-----------------------------------------------------------------+
#. An architecuture's tier is set by the highest BSP tier reached.