summaryrefslogtreecommitdiffstats
path: root/spec/if/acfg/task-stack-allocator.yml
diff options
context:
space:
mode:
Diffstat (limited to 'spec/if/acfg/task-stack-allocator.yml')
-rw-r--r--spec/if/acfg/task-stack-allocator.yml33
1 files changed, 0 insertions, 33 deletions
diff --git a/spec/if/acfg/task-stack-allocator.yml b/spec/if/acfg/task-stack-allocator.yml
deleted file mode 100644
index fe877091..00000000
--- a/spec/if/acfg/task-stack-allocator.yml
+++ /dev/null
@@ -1,33 +0,0 @@
-SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
-appl-config-option-type: initializer
-constraints:
- texts:
- - |
- The value of this configuration option shall be defined to a valid function
- pointer of the type ``void *( *allocate )( size_t )``.
-copyrights:
-- Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
-default-value: |
- The default value is ``_Workspace_Allocate``, which indicates that task
- stacks will be allocated from the RTEMS Workspace.
-description: |
- The value of this configuration option initializes the stack allocator
- allocate handler.
-enabled-by: true
-index-entries:
-- task stack allocator
-interface-type: appl-config-option
-links:
-- role: appl-config-group-member
- uid: group-stackalloc
-name: CONFIGURE_TASK_STACK_ALLOCATOR
-notes: |
- A correctly configured system shall configure the following to be consistent:
-
- * ${task-stack-allocator-init:/name}
-
- * ``CONFIGURE_TASK_STACK_ALLOCATOR``
-
- * ${task-stack-deallocator:/name}
-text: ''
-type: interface