rtems-docs/user/exe/index.rst
Sebastian Huber 3de74baacb 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.
2019-01-14 07:15:27 +01:00

21 lines
560 B
ReStructuredText

.. SPDX-License-Identifier: CC-BY-SA-4.0
.. Copyright (C) 2018 Chris Johns <chrisj@rtems.org>
.. _Executables:
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