summaryrefslogtreecommitdiffstats
path: root/spec/rtems/config/if/get-do-zero-of-workspace.yml
diff options
context:
space:
mode:
Diffstat (limited to 'spec/rtems/config/if/get-do-zero-of-workspace.yml')
-rw-r--r--spec/rtems/config/if/get-do-zero-of-workspace.yml11
1 files changed, 7 insertions, 4 deletions
diff --git a/spec/rtems/config/if/get-do-zero-of-workspace.yml b/spec/rtems/config/if/get-do-zero-of-workspace.yml
index 8d265d4f..34fae451 100644
--- a/spec/rtems/config/if/get-do-zero-of-workspace.yml
+++ b/spec/rtems/config/if/get-do-zero-of-workspace.yml
@@ -1,7 +1,7 @@
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
- Returns true, if the RTEMS Workspace is zeroed during system initialization
- for this application, otherwise returns false.
+ Indicates if the RTEMS Workspace is configured to be zeroed during system
+ initialization for this application.
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
definition:
@@ -17,9 +17,12 @@ links:
- role: interface-ingroup
uid: group
name: rtems_configuration_get_do_zero_of_workspace
-notes: null
+notes: |
+ See ${/acfg/if/zero-workspace-automatically:/name}.
params: []
return:
- return: null
+ return: |
+ Returns true, if the RTEMS Workspace is configured to be zeroed during
+ system initialization for this application, otherwise false.
return-values: []
type: interface