summaryrefslogtreecommitdiff
path: root/spec/if/acfg/unified-work-areas.yml
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-09-16 11:48:29 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-09-16 16:33:00 +0200
commit3bdf817950eadd75a2785b62220eb0b04533b9fd (patch)
treeed221c6de813e7a473e2882af6326bf2e5b44bd1 /spec/if/acfg/unified-work-areas.yml
parent724df1c5ef711c9399cd8c33b23aee40304d0332 (diff)
spec: Group items by component
Diffstat (limited to 'spec/if/acfg/unified-work-areas.yml')
-rw-r--r--spec/if/acfg/unified-work-areas.yml33
1 files changed, 0 insertions, 33 deletions
diff --git a/spec/if/acfg/unified-work-areas.yml b/spec/if/acfg/unified-work-areas.yml
deleted file mode 100644
index 8d57342c..00000000
--- a/spec/if/acfg/unified-work-areas.yml
+++ /dev/null
@@ -1,33 +0,0 @@
-SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
-appl-config-option-type: feature
-copyrights:
-- Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
-default: |
- If this configuration option is undefined, then there will be separate memory
- pools for the RTEMS Workspace and C Program Heap.
-description: |
- In case this configuration option is defined, then the RTEMS Workspace and
- the C Program Heap will be one pool of memory.
-enabled-by: true
-index-entries:
-- unified work areas
-- separate work areas
-- RTEMS Workspace
-- C Program Heap
-interface-type: appl-config-option
-links:
-- role: appl-config-group-member
- uid: group-general
-name: CONFIGURE_UNIFIED_WORK_AREAS
-notes: |
- Having separate pools does have some advantages in the event a task blows a
- stack or writes outside its memory area. However, in low memory systems the
- overhead of the two pools plus the potential for unused memory in either
- pool is very undesirable.
-
- In high memory environments, this is desirable when you want to use the
- ${.:/document-reference/config-unlimited-objects} option. You will be able to create objects
- until you run out of all available memory rather then just until you run out
- of RTEMS Workspace.
-text: ''
-type: interface