summaryrefslogtreecommitdiffstats
path: root/spec/rtems/task/if
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2023-02-10 11:14:57 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2023-02-14 08:19:11 +0100
commitd012414620e1e5f2dcabd4ae10605344e40da869 (patch)
tree264efbcbb6f0c34fa463e0daef796db0230f472c /spec/rtems/task/if
parentapplconfig: Add refs to unspecified functions (diff)
downloadrtems-central-d012414620e1e5f2dcabd4ae10605344e40da869.tar.bz2
spec: Add header file references
Diffstat (limited to 'spec/rtems/task/if')
-rw-r--r--spec/rtems/task/if/construct.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/spec/rtems/task/if/construct.yml b/spec/rtems/task/if/construct.yml
index 034132d7..814db87a 100644
--- a/spec/rtems/task/if/construct.yml
+++ b/spec/rtems/task/if/construct.yml
@@ -54,9 +54,9 @@ notes: |
allocators. This can simplify the application architecture as well as any
analysis that may be required.
- The stack space estimate done by <rtems/confdefs.h> assumes that all tasks
- are created by ${create:/name}. The estimate can be adjusted to take
- user-provided task storage areas into account through the
+ The stack space estimate done by ${/acfg/if/header-confdefs:/path} assumes
+ that all tasks are created by ${create:/name}. The estimate can be adjusted
+ to take user-provided task storage areas into account through the
${/acfg/if/min-tasks-with-user-provided-storage:/name} application
configuration option.