summaryrefslogtreecommitdiffstats
path: root/spec/rtems/config/if/get-work-space-size.yml
diff options
context:
space:
mode:
Diffstat (limited to 'spec/rtems/config/if/get-work-space-size.yml')
-rw-r--r--spec/rtems/config/if/get-work-space-size.yml11
1 files changed, 6 insertions, 5 deletions
diff --git a/spec/rtems/config/if/get-work-space-size.yml b/spec/rtems/config/if/get-work-space-size.yml
index a22cbe50..e4022687 100644
--- a/spec/rtems/config/if/get-work-space-size.yml
+++ b/spec/rtems/config/if/get-work-space-size.yml
@@ -1,13 +1,13 @@
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
- Returns the RTEMS Workspace size in bytes configured for this application.
+ Gets the RTEMS Workspace size in bytes configured for this application.
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
definition:
default: |
- (${/score/wkspace/if/size:/name} +
- (${get-stack-allocator-avoids-work-space:/name}() ?
- 0 : ${get-stack-space-size:/name}()))
+ ( ${/score/wkspace/if/size:/name} +
+ ( ${get-stack-allocator-avoids-work-space:/name}() ?
+ 0 : ${get-stack-space-size:/name}() ) )
variants: []
description: null
enabled-by: true
@@ -22,6 +22,7 @@ name: rtems_configuration_get_work_space_size
notes: null
params: []
return:
- return: null
+ return: |
+ Returns the RTEMS Workspace size in bytes configured for this application.
return-values: []
type: interface