summaryrefslogtreecommitdiff
path: root/spec/if/acfg/min-task-stack-size.yml
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-07-07 08:49:58 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-07-07 12:58:52 +0200
commitb29dd738f97901f464400a19510056790807dc47 (patch)
tree12530221be861aad0f8ba217192fc52db98dffd4 /spec/if/acfg/min-task-stack-size.yml
parent374e1bf214e0f9691b06fcec30a7d88407ccba0a (diff)
spec: Use ${...} references in /if/acfg/*
This allows generation of Sphinx and Doxygen output.
Diffstat (limited to 'spec/if/acfg/min-task-stack-size.yml')
-rw-r--r--spec/if/acfg/min-task-stack-size.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/spec/if/acfg/min-task-stack-size.yml b/spec/if/acfg/min-task-stack-size.yml
index b64b1ab4..bd13b1c3 100644
--- a/spec/if/acfg/min-task-stack-size.yml
+++ b/spec/if/acfg/min-task-stack-size.yml
@@ -22,7 +22,7 @@ name: CONFIGURE_MINIMUM_TASK_STACK_SIZE
notes: |
Adjusting this parameter should be done with caution. Examining the actual
stack usage using the stack checker usage reporting facility is recommended
- (see also :ref:`CONFIGURE_STACK_CHECKER_ENABLED`).
+ (see also ${stack-checker-enabled:/name}).
This parameter can be used to lower the minimum from that recommended. This
can be used in low memory systems to reduce memory consumption for
@@ -35,10 +35,10 @@ notes: |
By default, this configuration parameter defines also the minimum stack
size of POSIX threads. This can be changed with the
- :ref:`CONFIGURE_MINIMUM_POSIX_THREAD_STACK_SIZE`
+ ${min-posix-thread-stack-size:/name}
configuration option.
In releases before RTEMS 5.1 the ``CONFIGURE_MINIMUM_TASK_STACK_SIZE`` was
- used to define the default value of :ref:`CONFIGURE_INTERRUPT_STACK_SIZE`.
+ used to define the default value of ${interrupt-stack-size:/name}.
text: ''
type: interface