source: rtems-docs/user/index.rst @ 603731c

5
Last change on this file since 603731c was 3de74ba, checked in by Sebastian Huber <sebastian.huber@…>, on 01/11/19 at 13:44:36

user: Rework "Hardware" chapter

Rename it to "Target Hardware". Remove BSPs section and reference the
BSPs chapter instead. Remove explicit list of architectures and
reference the BSPs chapter instead. Fix typos. Elaborate multilib
description in the architecture section.

  • Property mode set to 100644
File size: 843 bytes
Line 
1.. SPDX-License-Identifier: CC-BY-SA-4.0
2
3.. highlight:: c
4
5==============================
6RTEMS User Manual (|version|).
7==============================
8
9.. topic:: Copyrights and License
10
11    | © 2018 Amaan Cheval
12    | © 2018 Marçal Comajoan Cara
13    | © 2018 Vidushi Vashishth
14    | © 2017 Tanu Hari Dixit
15    | © 2016, 2019 embedded brains GmbH
16    | © 2016, 2019 Sebastian Huber
17    | © 2012, 2015 Chris Johns
18    | © 1988, 2018 On-Line Applications Research Corporation (OAR)
19
20    .. include:: ../common/license.rst
21
22.. include:: ../common/header.rst
23
24.. toctree::
25    :maxdepth: 5
26    :numbered:
27
28    overview/index
29    start/index
30    hosts/index
31    installation/index
32
33    hardware/index
34    bsps/index
35
36    exe/index
37    testing/index
38    tracing/index
39
40    tools/index
41    rsb/index
42
43    glossary/index
44
45* :ref:`genindex`
Note: See TracBrowser for help on using the repository browser.