rtems-docs/user/exe/index.rst
2019-01-11 07:22:01 +01:00

19 lines
542 B
ReStructuredText

.. 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