summaryrefslogtreecommitdiffstats
path: root/user/exe/index.rst
blob: 91e0be060cb3f48ae42891d5b4ce58191a5ef748 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.. comment SPDX-License-Identifier: CC-BY-SA-4.0

.. Copyright (C) 2018 Chris Johns <chrisj@rtems.org>

Executables
***********
.. index:: Executable
.. index:: Embedded executable

This section discusses what an RTEMS executable is and what happens when you
execute it in a target. The section discusses how an application executable is
created, what happens when an executable is loaded and run as well as
debugging an execiutable.

.. include:: executables.rst
.. include:: execution.rst
.. include:: initialization.rst
.. include:: debugging.rst