source: rtems-central/spec/acfg/opt/RTEMS-ACFG-OPT-RTEMSINITTASKSTABLE.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.3 KB
Line 
1SPDX-License-Identifier: CC-BY-SA-4.0
2active: true
3appl-config-option-data-type: |
4  Boolean feature macro.
5appl-config-option-default-value: |
6  This is not defined by default.
7appl-config-option-description: |
8  ``CONFIGURE_RTEMS_INIT_TASKS_TABLE`` is defined if the user wishes to use a
9  Classic RTEMS API Initialization Task Table. The table built by
10  ``<rtems/confdefs.h>`` specifies the parameters for a single task. This is
11  sufficient for applications which initialization the system from a single
12  task.
13
14  By default, this field is not defined as the user MUST select their own API
15  for initialization tasks.
16appl-config-option-index: []
17appl-config-option-name: CONFIGURE_RTEMS_INIT_TASKS_TABLE
18appl-config-option-notes: |
19  The application may choose to use the initialization tasks or threads table
20  from another API.
21
22  A compile time error will be generated if the user does not configure any
23  initialization tasks or threads.
24appl-config-option-range: |
25  Defined or undefined.
26copyrights:
27- Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
28derived: false
29enabled-by: []
30header: ''
31interface-type: appl-config-option
32level: 1.31
33links:
34- RTEMS-ACFG-CLASSICINIT: pl9Xp1_wCb3lJBR4Q6dEqZUfxqQWWbUDnEt6SKh38LQ=
35normative: true
36ref: ''
37reviewed: tiYa1wK_VBtrW1-IRTub_fZ9M5wIwYBUS-KKyKgRVxA=
38text: ''
39type: interface
Note: See TracBrowser for help on using the repository browser.