summaryrefslogtreecommitdiffstats
path: root/spec/if/acfg/min-tasks-with-user-provided-storage.yml
diff options
context:
space:
mode:
Diffstat (limited to 'spec/if/acfg/min-tasks-with-user-provided-storage.yml')
-rw-r--r--spec/if/acfg/min-tasks-with-user-provided-storage.yml27
1 files changed, 0 insertions, 27 deletions
diff --git a/spec/if/acfg/min-tasks-with-user-provided-storage.yml b/spec/if/acfg/min-tasks-with-user-provided-storage.yml
deleted file mode 100644
index 2001c01b..00000000
--- a/spec/if/acfg/min-tasks-with-user-provided-storage.yml
+++ /dev/null
@@ -1,27 +0,0 @@
-SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
-appl-config-option-type: integer
-constraints:
- max: ${max-tasks:/name}
- min: 0
-copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
-default-value: 0
-description: |
- The value of this configuration option defines the minimum count of Classic
- API Tasks which are constructed by ${../rtems/tasks/construct:/name}.
-enabled-by: true
-index-entries: []
-interface-type: appl-config-option
-links:
-- role: appl-config-group-member
- uid: group-classic
-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/tasks/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/tasks/construct:/name} use a user-provided
- task storage area.
-text: ''
-type: interface