summaryrefslogtreecommitdiffstats
path: root/spec/acfg/if/min-tasks-with-user-provided-storage.yml
blob: f71ac78effc33e58fbc513804a9fefe105c4cac6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
appl-config-option-type: integer
copyrights:
- Copyright (C) 2020 embedded brains GmbH & Co. KG
default-value: 0
description: |
  The value of this configuration option defines the minimum count of Classic
  API Tasks which are constructed by ${/rtems/task/if/construct:/name}.
enabled-by: true
index-entries: []
interface-type: appl-config-option
links:
- role: interface-placement
  uid: domain
- role: interface-ingroup
  uid: group-classic
- role: constraint
  uid: ../constraint/min-zero
- role: constraint
  uid: ../constraint/max-tasks
name: CONFIGURE_MINIMUM_TASKS_WITH_USER_PROVIDED_STORAGE
notes: |
  By default, the calculation for the required memory in the RTEMS Workspace
  for tasks assumes that all Classic API Tasks are created by
  ${/rtems/task/if/create:/name}.  This configuration option can be used to
  reduce the required memory for the system-provided task storage areas since
  tasks constructed by ${/rtems/task/if/construct:/name} use a user-provided
  task storage area.
type: interface