summaryrefslogtreecommitdiffstats
path: root/spec/rtems/config/if/get-stack-space-size.yml
diff options
context:
space:
mode:
Diffstat (limited to 'spec/rtems/config/if/get-stack-space-size.yml')
-rw-r--r--spec/rtems/config/if/get-stack-space-size.yml15
1 files changed, 11 insertions, 4 deletions
diff --git a/spec/rtems/config/if/get-stack-space-size.yml b/spec/rtems/config/if/get-stack-space-size.yml
index 01916d24..c5dc39e1 100644
--- a/spec/rtems/config/if/get-stack-space-size.yml
+++ b/spec/rtems/config/if/get-stack-space-size.yml
@@ -1,6 +1,7 @@
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
- Gets the thread stack space size in bytes of configured for this application.
+ Gets the configured size in bytes of the memory space used to allocate thread
+ stacks for this application.
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
definition:
@@ -21,12 +22,18 @@ links:
uid: group
- role: constraint
uid: /constraint/directive-not-pre-qualified
+- role: constraint
+ uid: /constraint/directive-ctx-any
+- role: constraint
+ uid: /constraint/directive-no-preempt
name: rtems_configuration_get_stack_space_size
-notes: null
+notes: |
+ The size takes only threads and tasks into account with are known at the
+ application configuration time.
params: []
return:
return: |
- Returns the thread stack space size in bytes of configured for this
- application.
+ Returns the configured size in bytes of the memory space used to allocate
+ thread stacks for this application.
return-values: []
type: interface