mirror of
https://git.rtems.org/rtems-docs/
synced 2025-05-15 01:26:48 +08:00
25 lines
576 B
ReStructuredText
25 lines
576 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, debugging an
|
|
execiutable, and creating and dynamically loading code.
|
|
|
|
.. toctree::
|
|
|
|
executables
|
|
execution
|
|
initialization
|
|
debugging
|
|
loader
|
|
device-tree
|