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/memoryoverhead.yml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'spec/acfg/opt/memoryoverhead.yml') diff --git a/spec/acfg/opt/memoryoverhead.yml b/spec/acfg/opt/memoryoverhead.yml index b60500f1..bf0935cf 100644 --- a/spec/acfg/opt/memoryoverhead.yml +++ b/spec/acfg/opt/memoryoverhead.yml @@ -1,29 +1,29 @@ SPDX-License-Identifier: CC-BY-SA-4.0 -appl-config-option-constraint: +appl-config-option-type: integer +constraints: links: - /acfg/opt/constraintwkspace - /acfg/opt/constraintmemsz min: 0 -appl-config-option-default-value: 0 -appl-config-option-description: | +copyrights: +- Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR) +default-value: 0 +description: | The value of this configuration option defines the number of kilobytes the application wishes to add to the RTEMS Workspace size calculated by ````. -appl-config-option-index: [] -appl-config-option-name: CONFIGURE_MEMORY_OVERHEAD -appl-config-option-notes: | - This configuration option should only be used when it is suspected that a bug - in ```` has resulted in an underestimation. Typically the - memory allocation will be too low when an application does not account for - all message queue buffers or task stacks, see - :ref:`CONFIGURE_MESSAGE_BUFFER_MEMORY`. -appl-config-option-type: integer -copyrights: -- Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR) enabled-by: true +index-entries: [] interface-type: appl-config-option links: - role: appl-config-group-member uid: ../general +name: CONFIGURE_MEMORY_OVERHEAD +notes: | + This configuration option should only be used when it is suspected that a bug + in ```` has resulted in an underestimation. Typically the + memory allocation will be too low when an application does not account for + all message queue buffers or task stacks, see + :ref:`CONFIGURE_MESSAGE_BUFFER_MEMORY`. text: '' type: interface -- cgit v1.2.3