From 92ea0a0cdeb38290478685ab40a35b5338592f4d Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 26 May 2020 14:20:52 +0200 Subject: Rename application configuration attributes --- spec/acfg/opt/zeroworkspaceautomatically.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'spec/acfg/opt/zeroworkspaceautomatically.yml') diff --git a/spec/acfg/opt/zeroworkspaceautomatically.yml b/spec/acfg/opt/zeroworkspaceautomatically.yml index 6ff530ac..fdf52162 100644 --- a/spec/acfg/opt/zeroworkspaceautomatically.yml +++ b/spec/acfg/opt/zeroworkspaceautomatically.yml @@ -1,26 +1,26 @@ SPDX-License-Identifier: CC-BY-SA-4.0 -appl-config-option-description: | +appl-config-option-type: feature-enable +copyrights: +- Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR) +description: | In case this configuration option is defined, then the memory areas used for the RTEMS Workspace and the C Program Heap are zeroed with a ``0x00`` byte pattern during system initialization. -appl-config-option-index: +enabled-by: true +index-entries: - clear C Program Heap - clear RTEMS Workspace - zero C Program Heap - zero RTEMS Workspace -appl-config-option-name: CONFIGURE_ZERO_WORKSPACE_AUTOMATICALLY -appl-config-option-notes: | - Zeroing memory can add significantly to the system initialization time. It is - not necessary for RTEMS but is often assumed by support libraries. In case - :ref:`CONFIGURE_DIRTY_MEMORY` is also defined, then the memory is first - dirtied and then zeroed. -appl-config-option-type: feature-enable -copyrights: -- Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR) -enabled-by: true interface-type: appl-config-option links: - role: appl-config-group-member uid: ../general +name: CONFIGURE_ZERO_WORKSPACE_AUTOMATICALLY +notes: | + Zeroing memory can add significantly to the system initialization time. It is + not necessary for RTEMS but is often assumed by support libraries. In case + :ref:`CONFIGURE_DIRTY_MEMORY` is also defined, then the memory is first + dirtied and then zeroed. text: '' type: interface -- cgit v1.2.3