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/if/acfg/task-stack-from-alloc.yml | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 spec/if/acfg/task-stack-from-alloc.yml (limited to 'spec/if/acfg/task-stack-from-alloc.yml') diff --git a/spec/if/acfg/task-stack-from-alloc.yml b/spec/if/acfg/task-stack-from-alloc.yml deleted file mode 100644 index 7b3e6c31..00000000 --- a/spec/if/acfg/task-stack-from-alloc.yml +++ /dev/null @@ -1,30 +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 macro which - accepts exactly one parameter and returns an unsigned integer. The - parameter will be an allocation size and the macro shall return this size - plus the overhead of the allocator to manage an allocation request for this - size. -copyrights: -- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de) -default-value: | - The default value is a macro which supports the system heap allocator. -description: | - The value of this configuration option is used to calculate the task stack - space size. -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_FROM_ALLOCATOR -notes: | - This configuration option may be used if a custom task stack allocator is - configured, see ${task-stack-allocator:/name}. -text: '' -type: interface -- cgit v1.2.3