From 8b67c9135cb78abc394d43e449ccc6387c73f014 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Sun, 20 May 2018 08:32:42 +1200 Subject: user: Add RTEMS executable and test documentation. --- user/exe/index.rst | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 user/exe/index.rst (limited to 'user/exe/index.rst') diff --git a/user/exe/index.rst b/user/exe/index.rst new file mode 100644 index 0000000..c40b773 --- /dev/null +++ b/user/exe/index.rst @@ -0,0 +1,19 @@ +.. comment SPDX-License-Identifier: CC-BY-SA-4.0 + +.. comment: Copyright (c) 2018 Chris Johns +.. 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 -- cgit v1.2.3