mirror of
https://git.rtems.org/rtems-docs/
synced 2025-05-15 14:17:11 +08:00
20 lines
592 B
ReStructuredText
20 lines
592 B
ReStructuredText
.. comment SPDX-License-Identifier: CC-BY-SA-4.0
|
|
|
|
.. comment: Copyright (c) 2018 Chris Johns <chrisj@rtems.org>
|
|
.. comment: All rights reserved.
|
|
|
|
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
|