summaryrefslogtreecommitdiffstats
path: root/c-user/config/general.rst
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-07-06 14:25:04 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-07-23 10:10:08 +0200
commit7ee5a7b43dcb49ed10fd73547f62b6ad3a3a4ac7 (patch)
treec76c02e9e2766b523150faa96b187b09707fcbc2 /c-user/config/general.rst
parenteng: Update test framework chapter (diff)
downloadrtems-docs-7ee5a7b43dcb49ed10fd73547f62b6ad3a3a4ac7.tar.bz2
c-user: Unify references in appl config chapter
This is a prepration step to allow the generation of the application configuration options in Doxygen markup.
Diffstat (limited to 'c-user/config/general.rst')
-rw-r--r--c-user/config/general.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/c-user/config/general.rst b/c-user/config/general.rst
index 4b66c13..4fa03f9 100644
--- a/c-user/config/general.rst
+++ b/c-user/config/general.rst
@@ -216,9 +216,9 @@ NOTES:
to perform the sequential system initialization before the multithreading
is started.
- The interrupt stacks are covered by the :ref:`stack checker
- <CONFIGURE_STACK_CHECKER_ENABLED>`. However, using a too small interrupt
- stack size may still result in undefined behaviour.
+ The interrupt stacks are covered by the stack checker, see
+ :ref:`CONFIGURE_STACK_CHECKER_ENABLED`. However, using a too small interrupt stack
+ size may still result in undefined behaviour.
In releases before RTEMS 5.1 the default value was
:ref:`CONFIGURE_MINIMUM_TASK_STACK_SIZE` instead of ``CPU_STACK_MINIMUM_SIZE``.