summaryrefslogtreecommitdiff
path: root/spec/acfg/opt/RTEMS-ACFG-OPT-MPMAXPROXIES.yml
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-03-27 13:12:12 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-03-27 18:28:51 +0100
commitc4fc8bd46be06c2ad4aed10e2372a4a065412216 (patch)
tree8c40ba3b82a80cf131558271af46600ec1fd5ba8 /spec/acfg/opt/RTEMS-ACFG-OPT-MPMAXPROXIES.yml
parentee8b3c93b60dc6c24765af9143a9ef3daef17eca (diff)
spec: Convert integer feature options
Diffstat (limited to '')
-rw-r--r--spec/acfg/opt/RTEMS-ACFG-OPT-MPMAXPROXIES.yml16
1 files changed, 8 insertions, 8 deletions
diff --git a/spec/acfg/opt/RTEMS-ACFG-OPT-MPMAXPROXIES.yml b/spec/acfg/opt/RTEMS-ACFG-OPT-MPMAXPROXIES.yml
index a1343426..134cda7e 100644
--- a/spec/acfg/opt/RTEMS-ACFG-OPT-MPMAXPROXIES.yml
+++ b/spec/acfg/opt/RTEMS-ACFG-OPT-MPMAXPROXIES.yml
@@ -1,12 +1,11 @@
SPDX-License-Identifier: CC-BY-SA-4.0
active: true
-appl-config-option-data-type: |
- Unsigned integer (``uint32_t``).
-appl-config-option-default-value: |
- The default value is 32.
+appl-config-option-type: integer
+appl-config-option-default-value: 32
appl-config-option-description: |
- ``CONFIGURE_MP_MAXIMUM_PROXIES`` is the maximum number of concurrently
- active thread/task proxies on this node in a multiprocessor system.
+ The value of this configuration option defines the maximum number of
+ concurrently active thread/task proxies on this node in a multiprocessor
+ system.
appl-config-option-index: []
appl-config-option-name: CONFIGURE_MP_MAXIMUM_PROXIES
appl-config-option-notes: |
@@ -14,8 +13,9 @@ appl-config-option-notes: |
on this node. This configuration parameter reflects the maximum number of
remote tasks/threads which can be blocked on objects on this node, see
:ref:`MPCIProxies`.
-appl-config-option-range: |
- Undefined or positive.
+appl-config-option-constraint:
+ min: 0
+ max: '``UINT32_MAX``'
copyrights:
- Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
derived: false