source: rtems-docs/user/tools/index.rst @ c475eef

5
Last change on this file since c475eef was c475eef, checked in by Tanu Hari Dixit <tokencolour@…>, on 06/01/17 at 22:39:52

User Manual: Added rtems-tester in the docs

Added as part of Tools.
Made changes according to Chris' review
Also removed the ini format part inline with
the new release that is expected.

  • Property mode set to 100644
File size: 797 bytes
Line 
1.. comment SPDX-License-Identifier: CC-BY-SA-4.0
2
3.. comment: Copyright (c) 2017 Chris Johns <chrisj@rtems.org>
4.. comment: All rights reserved.
5
6Host Tools
7**********
8
9The RTEMS kernel is developed on host computers cross-compiled and linking the
10kernel, language runtime libraries, 3rd party packages and application source
11code so it can run on target hardware. RTEMS and some of the hardware it
12support cannot self-host so we need a range of tools to support the wide range
13of avaliable host computers users wish to develop on. This section details the
14tools available on the host computers to help support RTEMS users and
15developers.
16
17.. include:: linker.rst
18.. include:: symbols.rst
19.. include:: exeinfo.rst
20.. include:: trace-linker.rst
21.. include:: bsp-builder.rst
22.. include:: tester.rst
Note: See TracBrowser for help on using the repository browser.