summaryrefslogtreecommitdiffstats
path: root/spec/rtems/config/if/get-stack-allocate-hook.yml
diff options
context:
space:
mode:
Diffstat (limited to 'spec/rtems/config/if/get-stack-allocate-hook.yml')
-rw-r--r--spec/rtems/config/if/get-stack-allocate-hook.yml10
1 files changed, 7 insertions, 3 deletions
diff --git a/spec/rtems/config/if/get-stack-allocate-hook.yml b/spec/rtems/config/if/get-stack-allocate-hook.yml
index 69d0ac33..e8ff68b6 100644
--- a/spec/rtems/config/if/get-stack-allocate-hook.yml
+++ b/spec/rtems/config/if/get-stack-allocate-hook.yml
@@ -1,6 +1,7 @@
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
- Returns the thread stack allocator allocate hook.
+ Gets the thread stack allocator allocate hook configured for this
+ application.
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
definition:
@@ -16,9 +17,12 @@ links:
- role: interface-ingroup
uid: group
name: rtems_configuration_get_stack_allocate_hook
-notes: null
+notes: |
+ See ${/acfg/if/task-stack-allocator:/name}.
params: []
return:
- return: null
+ return: |
+ Returns the thread stack allocator allocate hook configured for this
+ application.
return-values: []
type: interface