source: rtems-central/spec/acfg/opt/RTEMS-ACFG-OPT-TASKSTACKALLOCATOR.yml @ 64987c4

Last change on this file since 64987c4 was 64987c4, checked in by Sebastian Huber <sebastian.huber@…>, on 03/17/20 at 09:06:27

spec: Add application configuration

  • Property mode set to 100644
File size: 1.1 KB
Line 
1SPDX-License-Identifier: CC-BY-SA-4.0
2active: true
3appl-config-option-data-type: |
4  Function pointer.
5appl-config-option-default-value: |
6  The default value is ``_Workspace_Allocate``, which indicates that task
7  stacks will be allocated from the RTEMS Workspace.
8appl-config-option-description: |
9  ``CONFIGURE_TASK_STACK_ALLOCATOR`` may point to a user provided routine to
10  allocate task stacks.
11appl-config-option-index:
12- task stack allocator
13appl-config-option-name: CONFIGURE_TASK_STACK_ALLOCATOR
14appl-config-option-notes: |
15  A correctly configured system must configure the following to be consistent:
16
17  - ``CONFIGURE_TASK_STACK_ALLOCATOR_INIT``
18
19  - ``CONFIGURE_TASK_STACK_ALLOCATOR``
20
21  - ``CONFIGURE_TASK_STACK_DEALLOCATOR``
22appl-config-option-range: |
23  Undefined or valid function pointer.
24copyrights:
25- Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
26derived: false
27enabled-by: []
28header: ''
29interface-type: appl-config-option
30level: 1.116
31links:
32- RTEMS-ACFG-STACKALLOC: RinkAR6bq3NOG7L5KiFW19GxN_mHxMpEd6-axxdk-k4=
33normative: true
34ref: ''
35reviewed: XLkmul143Ctik0B858wJI5kxJE5eYisStCSWSe4-34s=
36text: ''
37type: interface
Note: See TracBrowser for help on using the repository browser.