summaryrefslogtreecommitdiff
path: root/spec/if/acfg/posix-init-thread-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/posix-init-thread-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/posix-init-thread-stack-size.yml')
-rw-r--r--spec/if/acfg/posix-init-thread-stack-size.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/if/acfg/posix-init-thread-stack-size.yml b/spec/if/acfg/posix-init-thread-stack-size.yml
index 59a3ead4..b3be22e1 100644
--- a/spec/if/acfg/posix-init-thread-stack-size.yml
+++ b/spec/if/acfg/posix-init-thread-stack-size.yml
@@ -1,10 +1,10 @@
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
appl-config-option-type: integer
constraints:
- min: :ref:`CONFIGURE_MINIMUM_TASK_STACK_SIZE`
+ min: ${min-task-stack-size:/name}
copyrights:
- Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
-default-value: :ref:`CONFIGURE_MINIMUM_POSIX_THREAD_STACK_SIZE`
+default-value: ${min-posix-thread-stack-size:/name}
description: |
The value of this configuration option defines the thread stack size of the
POSIX API initialization thread.