Changeset 1accbe3 in rtems-docs


Ignore:
Timestamp:
03/15/17 01:34:19 (7 years ago)
Author:
Chris Johns <chrisj@…>
Branches:
5, master
Children:
f97be09
Parents:
91d6c96
git-author:
Chris Johns <chrisj@…> (03/15/17 01:34:19)
git-committer:
Chris Johns <chrisj@…> (03/15/17 04:03:41)
Message:

user: Add tool commands to the user manual.

Files:
4 added
1 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • common/_static/my-styles.css

    r91d6c96 r1accbe3  
    112112
    113113/*
     114 * Option description name.
     115 */
     116.rst-content dl:not(.docutils) dt {
     117    background: transparent;
     118    color: #11111111;
     119    border-top: 0px;
     120}
     121
     122/*
    114123 * Nav side-bar in RTEMS colours.
    115124 */
  • user/index.rst

    r91d6c96 r1accbe3  
    2929        hardware/index
    3030
     31        tools/index
     32
    3133        support/index
    3234        additional/index
  • user/tools/index.rst

    r91d6c96 r1accbe3  
    11.. comment SPDX-License-Identifier: CC-BY-SA-4.0
    22
    3 .. comment: Copyright (c) 2016 Chris Johns <chrisj@rtems.org>
     3.. comment: Copyright (c) 2017 Chris Johns <chrisj@rtems.org>
    44.. comment: All rights reserved.
    55
    6 RTEMS Tools
    7 ***********
     6Tools
     7*****
    88
    9 The RTEMS kernel is cross-compiled on host computers and linked to 3rd party
    10 packages and application code and run on target hardware. This section details
    11 how to build asuitable cross-compiler and how to use the tools.
     9The RTEMS kernel is developed on a host computer where the user's application
     10code is cross-compiled to the target hardware's processor instructions and
     11linked to the RTEMS kernel and language runtime libraries, and any 3rd party
     12packages. RTEMS is not a multiprocess operating system and self hosting the
     13types of tools need to create executables is not feasable. As a result a range
     14of support tools are needed and they need run on the wide range of avaliable
     15host computers users wish to develop on. This section details the tools
     16available on host computers RTEMS users and developers need to create RTEMS
     17executables.
     18
     19.. include:: linker.rst
     20.. include:: symbols.rst
     21.. include:: exeinfo.rst
     22.. include:: trace-linker.rst
     23.. include:: bsp-builder.rst
Note: See TracChangeset for help on using the changeset viewer.