From aa1c010e313ed4067e4d477f048cc6f0350b5e97 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Wed, 9 Nov 2016 12:20:46 +1100 Subject: user: Fix header levels. --- user/apps/index.rst | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 user/apps/index.rst (limited to 'user/apps/index.rst') diff --git a/user/apps/index.rst b/user/apps/index.rst new file mode 100644 index 0000000..f0b3881 --- /dev/null +++ b/user/apps/index.rst @@ -0,0 +1,25 @@ +.. comment SPDX-License-Identifier: CC-BY-SA-4.0 + +.. comment: Copyright (c) 2016 Chris Johns +.. comment: All rights reserved. + +.. _applications: + +Applications +============ +.. index:: Applications + +this section discusses RTEMS Applications and guides you on how to create an +application. + +Executables +----------- + +The RTEMS applications are statically linked executable that run on bare target +hardware in a single address space. The application code, RTEMS kernel and any +libraries are linked to a fixed address. The applications are loaded into the +target's address space and run with full control of the processor and all +hardware connected. + +The RTEMS tools generate Extendable Loadable Format or ELF format files by +default and we recommend your build script alwas -- cgit v1.2.3