mirror of
https://git.rtems.org/rtems-docs/
synced 2025-06-01 01:13:37 +08:00

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.
21 lines
560 B
ReStructuredText
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
|