source: rtems-central/spec/if/acfg/min-tasks-with-user-provided-storage.yml @ 724df1c

Last change on this file since 724df1c was 724df1c, checked in by Sebastian Huber <sebastian.huber@…>, on 08/21/20 at 14:04:36

spec: Specify rtems_task_construct()

Previous directive name was rtems_task_create_from_config().

  • Property mode set to 100644
File size: 1016 bytes
Line 
1SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
2appl-config-option-type: integer
3constraints:
4  max: ${max-tasks:/name}
5  min: 0
6copyrights:
7- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
8default-value: 0
9description: |
10  The value of this configuration option defines the minimum count of Classic
11  API Tasks which are constructed by ${../rtems/tasks/construct:/name}.
12enabled-by: true
13index-entries: []
14interface-type: appl-config-option
15links:
16- role: appl-config-group-member
17  uid: group-classic
18name: CONFIGURE_MINIMUM_TASKS_WITH_USER_PROVIDED_STORAGE
19notes: |
20  By default, the calculation for the required memory in the RTEMS Workspace
21  for tasks assumes that all Classic API Tasks are created by
22  ${../rtems/tasks/create:/name}.  This configuration option can be used to
23  reduce the required memory for the system-provided task storage areas since
24  tasks constructed by ${../rtems/tasks/construct:/name} use a user-provided
25  task storage area.
26text: ''
27type: interface
Note: See TracBrowser for help on using the repository browser.