summaryrefslogtreecommitdiffstats
path: root/spec/acfg/opt/inittaskentrypoint.yml
diff options
context:
space:
mode:
Diffstat (limited to 'spec/acfg/opt/inittaskentrypoint.yml')
-rw-r--r--spec/acfg/opt/inittaskentrypoint.yml22
1 files changed, 11 insertions, 11 deletions
diff --git a/spec/acfg/opt/inittaskentrypoint.yml b/spec/acfg/opt/inittaskentrypoint.yml
index 2d59a5cb..edc8e8d5 100644
--- a/spec/acfg/opt/inittaskentrypoint.yml
+++ b/spec/acfg/opt/inittaskentrypoint.yml
@@ -1,26 +1,26 @@
SPDX-License-Identifier: CC-BY-SA-4.0
-appl-config-option-constraint:
+appl-config-option-type: initializer
+constraints:
custom:
- |
The value of this configuration option shall be defined to a valid function
pointer of the type ``void ( *entry_point )( rtems_task_argument )``.
-appl-config-option-default-value: |
+copyrights:
+- Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
+default-value: |
The default value is ``Init``.
-appl-config-option-description: |
+description: |
The value of this configuration option initializes the entry point of the
Classic API initialization task.
-appl-config-option-index: []
-appl-config-option-name: CONFIGURE_INIT_TASK_ENTRY_POINT
-appl-config-option-notes: |
- The application shall provide the function referenced by this configuration
- option.
-appl-config-option-type: initializer
-copyrights:
-- Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
enabled-by: true
+index-entries: []
interface-type: appl-config-option
links:
- role: appl-config-group-member
uid: ../classicinit
+name: CONFIGURE_INIT_TASK_ENTRY_POINT
+notes: |
+ The application shall provide the function referenced by this configuration
+ option.
text: ''
type: interface