source: rtems-central/spec/acfg/opt/RTEMS-ACFG-OPT-ZEROWORKSPACEAUTOMATICALLY.yml @ 64987c4

Last change on this file since 64987c4 was 64987c4, checked in by Sebastian Huber <sebastian.huber@…>, on 03/17/20 at 09:06:27

spec: Add application configuration

  • Property mode set to 100644
File size: 1.3 KB
Line 
1SPDX-License-Identifier: CC-BY-SA-4.0
2active: true
3appl-config-option-data-type: |
4  Boolean feature macro.
5appl-config-option-default-value: |
6  This is not defined by default.  The default is *NOT* to zero out the RTEMS
7  Workspace or C Program Heap.
8appl-config-option-description: |
9  This macro indicates whether RTEMS should zero the RTEMS Workspace and C
10  Program Heap as part of its initialization.  If defined, the memory regions
11  are zeroed.  Otherwise, they are not.
12appl-config-option-index:
13- clear C Program Heap
14- clear RTEMS Workspace
15- zero C Program Heap
16- zero RTEMS Workspace
17appl-config-option-name: CONFIGURE_ZERO_WORKSPACE_AUTOMATICALLY
18appl-config-option-notes: |
19  Zeroing memory can add significantly to system boot time. It is not
20  necessary for RTEMS but is often assumed by support libraries.  In case
21  :ref:`CONFIGURE_DIRTY_MEMORY` is also defined, then the memory is first
22  dirtied and then zeroed.
23appl-config-option-range: |
24  Defined or undefined.
25copyrights:
26- Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
27derived: false
28enabled-by: []
29header: ''
30interface-type: appl-config-option
31level: 1.85
32links:
33- RTEMS-ACFG-GENERAL: B6rbi_eXOZOzB3o8-DYzrc0JmF7ON1adlcZj3dQd6WY=
34normative: true
35ref: ''
36reviewed: cnRoQA_n0AgYhv7sS3FAQuH4WIy-3GPa_65voEJ8ivU=
37text: ''
38type: interface
Note: See TracBrowser for help on using the repository browser.