summaryrefslogtreecommitdiffstats
path: root/c-user/initialization/introduction.rst
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-04-21 10:49:36 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-04-21 19:47:34 +0200
commit5a3cb76d38fa15ac8482be1d55be357594a8c54e (patch)
tree75b8ad5b68c02f69c5650444142453dc3176ac45 /c-user/initialization/introduction.rst
parentc-user: Add user extensions glossary terms (diff)
downloadrtems-docs-5a3cb76d38fa15ac8482be1d55be357594a8c54e.tar.bz2
c-user: Generate initialization manager docs
The documentation is a consolidation of the comments in Doxygen markup and the documentation sources in Sphinx markup. The documentation was transfered to interface specification items. The documentation source files were generated from the items by a script. Update #3993.
Diffstat (limited to 'c-user/initialization/introduction.rst')
-rw-r--r--c-user/initialization/introduction.rst36
1 files changed, 30 insertions, 6 deletions
diff --git a/c-user/initialization/introduction.rst b/c-user/initialization/introduction.rst
index 88805f2..173e60f 100644
--- a/c-user/initialization/introduction.rst
+++ b/c-user/initialization/introduction.rst
@@ -1,15 +1,39 @@
.. SPDX-License-Identifier: CC-BY-SA-4.0
+.. Copyright (C) 2015, 2021 embedded brains GmbH (http://www.embedded-brains.de)
.. Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
+.. This file is part of the RTEMS quality process and was automatically
+.. generated. If you find something that needs to be fixed or
+.. worded better please post a report or patch to an RTEMS mailing list
+.. or raise a bug report:
+..
+.. https://www.rtems.org/bugs.html
+..
+.. For information on updating and regenerating please refer to the How-To
+.. section in the Software Requirements Engineering chapter of the
+.. RTEMS Software Engineering manual. The manual is provided as a part of
+.. a release. For development sources please refer to the online
+.. documentation at:
+..
+.. https://docs.rtems.org
+
+.. Generated from spec:/rtems/init/if/group
+
+.. _InitializationManagerIntroduction:
+
Introduction
============
-The Initialization Manager is responsible for initializing the Board Support
-Package, RTEMS, device drivers, the root filesystem and the application. The
-:ref:`RTEMSAPIClassicFatal` is responsible for the system
-shutdown.
+.. The following list was generated from:
+.. spec:/rtems/init/if/initialize-executive
+
+The Initialization Manager is responsible for initializing the system.
-The Initialization Manager provides only one directive:
+The system initialization includes the initialization of the Board Support
+Package, RTEMS, device drivers, the root filesystem, and the application. The
+:ref:`RTEMSAPIClassicFatal` is responsible for the system shutdown. The
+directives provided by the Initialization Manager are:
-- :ref:`rtems_initialize_executive`
+* :ref:`InterfaceRtemsInitializeExecutive` - Initializes the system and starts
+ multitasking.