summaryrefslogtreecommitdiffstats
path: root/spec/acfg/opt/RTEMS-ACFG-OPT-INITTASKENTRYPOINT.yml
diff options
context:
space:
mode:
Diffstat (limited to 'spec/acfg/opt/RTEMS-ACFG-OPT-INITTASKENTRYPOINT.yml')
-rw-r--r--spec/acfg/opt/RTEMS-ACFG-OPT-INITTASKENTRYPOINT.yml18
1 files changed, 9 insertions, 9 deletions
diff --git a/spec/acfg/opt/RTEMS-ACFG-OPT-INITTASKENTRYPOINT.yml b/spec/acfg/opt/RTEMS-ACFG-OPT-INITTASKENTRYPOINT.yml
index 5c6b7a16..4b434ba4 100644
--- a/spec/acfg/opt/RTEMS-ACFG-OPT-INITTASKENTRYPOINT.yml
+++ b/spec/acfg/opt/RTEMS-ACFG-OPT-INITTASKENTRYPOINT.yml
@@ -1,20 +1,20 @@
SPDX-License-Identifier: CC-BY-SA-4.0
active: true
-appl-config-option-data-type: |
- Task entry function pointer (``rtems_task_entry``).
+appl-config-option-type: initializer
appl-config-option-default-value: |
The default value is ``Init``.
appl-config-option-description: |
- ``CONFIGURE_INIT_TASK_ENTRY_POINT`` is the entry point (a.k.a. function
- name) of the single initialization task defined by the Classic API
- Initialization Tasks Table.
+ 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 user must implement the function ``Init`` or the function name provided
- in this configuration parameter.
-appl-config-option-range: |
- Valid task entry function pointer.
+ The user must implement the function referenced by this configuration option.
+appl-config-option-constraint:
+ custom:
+ - |
+ The value of this configuration option must be defined to a valid function
+ pointer of the type ``void ( *entry_point )( rtems_task_argument )``.
copyrights:
- Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
derived: false