From 3bdf817950eadd75a2785b62220eb0b04533b9fd Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 16 Sep 2020 11:48:29 +0200 Subject: spec: Group items by component --- spec/acfg/if/task-stack-allocator.yml | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 spec/acfg/if/task-stack-allocator.yml (limited to 'spec/acfg/if/task-stack-allocator.yml') diff --git a/spec/acfg/if/task-stack-allocator.yml b/spec/acfg/if/task-stack-allocator.yml new file mode 100644 index 00000000..fe877091 --- /dev/null +++ b/spec/acfg/if/task-stack-allocator.yml @@ -0,0 +1,33 @@ +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 -- cgit v1.2.3