From c4fc8bd46be06c2ad4aed10e2372a4a065412216 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 27 Mar 2020 13:12:12 +0100 Subject: spec: Convert integer feature options --- spec/acfg/opt/RTEMS-ACFG-OPT-MPMAXPROXIES.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'spec/acfg/opt/RTEMS-ACFG-OPT-MPMAXPROXIES.yml') 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 -- cgit v1.2.3