[rtems commit] config: CONFIGURE_INIT_TASK_CONSTRUCT_STORAGE_SIZE

Sebastian Huber sebh at rtems.org
Fri Nov 27 08:52:54 UTC 2020


Module:    rtems
Branch:    master
Commit:    6e566badc770a78cf89e34be6b29aa66cb7cf1b7
Changeset: http://git.rtems.org/rtems/commit/?id=6e566badc770a78cf89e34be6b29aa66cb7cf1b7

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Fri Nov 27 09:52:07 2020 +0100

config: CONFIGURE_INIT_TASK_CONSTRUCT_STORAGE_SIZE

Fix the documentation.

Update #4181.

---

 cpukit/doxygen/appl-config.h | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/cpukit/doxygen/appl-config.h b/cpukit/doxygen/appl-config.h
index 9883971..4774972 100644
--- a/cpukit/doxygen/appl-config.h
+++ b/cpukit/doxygen/appl-config.h
@@ -1057,7 +1057,9 @@
  * Classic API initialization task.
  *
  * @par Default Value
- * The default value is 0.
+ * This configuration option has no default value.  If it is not specified,
+ * then the Classic API initialization task will be created with the stack size
+ * defined by the #CONFIGURE_INIT_TASK_STACK_SIZE configuration option.
  *
  * @par Value Constraints
  * @parblock
@@ -1087,7 +1089,7 @@
  *   #CONFIGURE_MINIMUM_TASKS_WITH_USER_PROVIDED_STORAGE, and
  *
  * * the task storage area used for the Classic API initialization task is not
- *   reclaimed by the system, if the task is deleted.
+ *   reclaimed by the system if the task is deleted.
  *
  * The
  *



More information about the vc mailing list