source: rtems-docs/user/exe/index.rst @ 3de74ba

5
Last change on this file since 3de74ba 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: 560 bytes
Line 
1.. SPDX-License-Identifier: CC-BY-SA-4.0
2
3.. Copyright (C) 2018 Chris Johns <chrisj@rtems.org>
4
5.. _Executables:
6
7Executables
8***********
9.. index:: Executable
10.. index:: Embedded executable
11
12This section discusses what an RTEMS executable is and what happens when you
13execute it in a target. The section discusses how an application executable is
14created, what happens when an executable is loaded and run as well as
15debugging an execiutable.
16
17.. include:: executables.rst
18.. include:: execution.rst
19.. include:: initialization.rst
20.. include:: debugging.rst
Note: See TracBrowser for help on using the repository browser.