summaryrefslogtreecommitdiff
path: root/spec/acfg/opt/memoryoverhead.yml
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-05-26 14:20:52 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-05-28 10:38:23 +0200
commit92ea0a0cdeb38290478685ab40a35b5338592f4d (patch)
treed4d03e15f49d73d4555581efc51fdf07c0b85cda /spec/acfg/opt/memoryoverhead.yml
parentd50da6658d7a50a152b5ca77ec3c6b4d9b30cd3d (diff)
Rename application configuration attributes
Diffstat (limited to '')
-rw-r--r--spec/acfg/opt/memoryoverhead.yml28
1 files changed, 14 insertions, 14 deletions
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
``<rtems/confdefs.h>``.
-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 ``<rtems/confdefs.h>`` 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 ``<rtems/confdefs.h>`` 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