summaryrefslogtreecommitdiff
path: root/spec/acfg/opt/initialextensions.yml
blob: 19adfce5acd317cd73776cbae2fdbb6de7d87e90 (plain)
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
SPDX-License-Identifier: CC-BY-SA-4.0
appl-config-option-type: initializer
constraints:
  custom:
  - |
    The value of this configuration option shall be a list of initializers for
    structures of type :c:type:`rtems_extensions_table`.
copyrights:
- Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
default-value: |
  The default value is the empty list.
description: |
  The value of this configuration option is used to initialize the table of
  initial user extensions.
enabled-by: true
index-entries: []
interface-type: appl-config-option
links:
- role: appl-config-group-member
  uid: ../general
name: CONFIGURE_INITIAL_EXTENSIONS
notes: |
  The value of this configuration option is placed before the entries of
  :ref:`BSP_INITIAL_EXTENSION` and after the entries of all other initial
  user extensions.
text: ''
type: interface