summaryrefslogtreecommitdiffstats
path: root/c-user/configuring_a_system.rst
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-02-04 06:21:26 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-02-04 07:04:37 +0100
commit069bfacc51e7e39010ffd91f70dee6490bef79ae (patch)
treed91f73bad3ace49684100ecd1a0a23a880741726 /c-user/configuring_a_system.rst
parentRevert "common: Add URLs to manuals" (diff)
downloadrtems-docs-069bfacc51e7e39010ffd91f70dee6490bef79ae.tar.bz2
c-user: Add CONFIGURE_VERBOSE_SYSTEM_INITIALIZATION
Close #3861.
Diffstat (limited to 'c-user/configuring_a_system.rst')
-rw-r--r--c-user/configuring_a_system.rst28
1 files changed, 28 insertions, 0 deletions
diff --git a/c-user/configuring_a_system.rst b/c-user/configuring_a_system.rst
index 0f512df..36c7f15 100644
--- a/c-user/configuring_a_system.rst
+++ b/c-user/configuring_a_system.rst
@@ -947,6 +947,34 @@ NOTES:
``CONFIGURE_UNIFIED_WORK_AREAS`` so the system operates with a single pool
of memory for both RTEMS and application memory allocations.
+.. index:: CONFIGURE_VERBOSE_SYSTEM_INITIALIZATION
+
+.. _CONFIGURE_VERBOSE_SYSTEM_INITIALIZATION:
+
+CONFIGURE_VERBOSE_SYSTEM_INITIALIZATION
+---------------------------------------
+
+CONSTANT:
+ ``CONFIGURE_VERBOSE_SYSTEM_INITIALIZATION``
+
+DATA TYPE:
+ Boolean feature macro.
+
+RANGE:
+ Defined or undefined.
+
+DEFAULT VALUE:
+ This is not defined by default, and thus the system initialization is
+ quiet.
+
+DESCRIPTION:
+ This configuration option enables to print some information during system
+ initialization.
+
+NOTES:
+ You may use this feature to debug system initialization issues. The
+ printk() function is used to print the information.
+
.. index:: CONFIGURE_ZERO_WORKSPACE_AUTOMATICALLY
.. index:: clear C Program Heap
.. index:: clear RTEMS Workspace