[rtems-docs commit] c-user: Add CONFIGURE_VERBOSE_SYSTEM_INITIALIZATION
Sebastian Huber
sebh at rtems.org
Tue Feb 4 06:05:00 UTC 2020
Module: rtems-docs
Branch: master
Commit: 069bfacc51e7e39010ffd91f70dee6490bef79ae
Changeset: http://git.rtems.org/rtems-docs/commit/?id=069bfacc51e7e39010ffd91f70dee6490bef79ae
Author: Sebastian Huber <sebastian.huber at embedded-brains.de>
Date: Tue Feb 4 06:21:26 2020 +0100
c-user: Add CONFIGURE_VERBOSE_SYSTEM_INITIALIZATION
Close #3861.
---
c-user/configuring_a_system.rst | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
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
More information about the vc
mailing list