summaryrefslogtreecommitdiffstats
path: root/spec/acfg
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-05-26 15:02:04 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-05-28 10:38:23 +0200
commit7dfca46479e29e05bd3c6444615a951c00ce9516 (patch)
treeebf136a5eb99de9bfcb891321293d87c1aec8fbd /spec/acfg
parentAdd constraint link role (diff)
downloadrtems-central-7dfca46479e29e05bd3c6444615a951c00ce9516.tar.bz2
Rename custom constraints attribute
Uses "texts" to be in line with the "text" attribute of constraint items.
Diffstat (limited to 'spec/acfg')
-rw-r--r--spec/acfg/opt/applextradrivers.yml2
-rw-r--r--spec/acfg/opt/applprerequisitedrivers.yml2
-rw-r--r--spec/acfg/opt/bdbufbuffermaxsize.yml4
-rw-r--r--spec/acfg/opt/bspidletaskbody.yml2
-rw-r--r--spec/acfg/opt/bspinitialextension.yml2
-rw-r--r--spec/acfg/opt/bspprerequisitedrivers.yml2
-rw-r--r--spec/acfg/opt/idletaskbody.yml2
-rw-r--r--spec/acfg/opt/initialextensions.yml2
-rw-r--r--spec/acfg/opt/inittaskarguments.yml2
-rw-r--r--spec/acfg/opt/inittaskattributes.yml2
-rw-r--r--spec/acfg/opt/inittaskentrypoint.yml2
-rw-r--r--spec/acfg/opt/inittaskinitialmodes.yml2
-rw-r--r--spec/acfg/opt/inittaskname.yml2
-rw-r--r--spec/acfg/opt/maxdrivers.yml4
-rw-r--r--spec/acfg/opt/microsecondspertick.yml2
-rw-r--r--spec/acfg/opt/mpextraserverstack.yml6
-rw-r--r--spec/acfg/opt/mpmpcitablepointer.yml2
-rw-r--r--spec/acfg/opt/posixinitthreadentrypoint.yml2
-rw-r--r--spec/acfg/opt/recordperprocessoritems.yml4
-rw-r--r--spec/acfg/opt/schedulerassignments.yml2
-rw-r--r--spec/acfg/opt/schedulername.yml2
-rw-r--r--spec/acfg/opt/taskstackallocator.yml2
-rw-r--r--spec/acfg/opt/taskstackallocatorinit.yml2
-rw-r--r--spec/acfg/opt/taskstackdeallocator.yml2
-rw-r--r--spec/acfg/opt/taskstackfromalloc.yml2
-rw-r--r--spec/acfg/opt/unlimitedallocationsize.yml2
26 files changed, 31 insertions, 31 deletions
diff --git a/spec/acfg/opt/applextradrivers.yml b/spec/acfg/opt/applextradrivers.yml
index 5fbe28e0..a1f437b7 100644
--- a/spec/acfg/opt/applextradrivers.yml
+++ b/spec/acfg/opt/applextradrivers.yml
@@ -1,7 +1,7 @@
SPDX-License-Identifier: CC-BY-SA-4.0
appl-config-option-type: initializer
constraints:
- custom:
+ texts:
- |
The value of this configuration option shall be a list of initializers for
structures of type :c:type:`rtems_driver_address_table`.
diff --git a/spec/acfg/opt/applprerequisitedrivers.yml b/spec/acfg/opt/applprerequisitedrivers.yml
index 4d54d2cf..e53306ec 100644
--- a/spec/acfg/opt/applprerequisitedrivers.yml
+++ b/spec/acfg/opt/applprerequisitedrivers.yml
@@ -1,7 +1,7 @@
SPDX-License-Identifier: CC-BY-SA-4.0
appl-config-option-type: initializer
constraints:
- custom:
+ texts:
- |
The value of this configuration option shall be a list of initializers for
structures of type :c:type:`rtems_driver_address_table`.
diff --git a/spec/acfg/opt/bdbufbuffermaxsize.yml b/spec/acfg/opt/bdbufbuffermaxsize.yml
index 802c7de5..db8d2006 100644
--- a/spec/acfg/opt/bdbufbuffermaxsize.yml
+++ b/spec/acfg/opt/bdbufbuffermaxsize.yml
@@ -1,9 +1,9 @@
SPDX-License-Identifier: CC-BY-SA-4.0
appl-config-option-type: integer
constraints:
- custom:
- - It shall be an integral multiple of :ref:`CONFIGURE_BDBUF_BUFFER_MIN_SIZE`.
min: 0
+ texts:
+ - It shall be an integral multiple of :ref:`CONFIGURE_BDBUF_BUFFER_MIN_SIZE`.
copyrights:
- Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
default-value: 4096
diff --git a/spec/acfg/opt/bspidletaskbody.yml b/spec/acfg/opt/bspidletaskbody.yml
index 83f9244a..32267e53 100644
--- a/spec/acfg/opt/bspidletaskbody.yml
+++ b/spec/acfg/opt/bspidletaskbody.yml
@@ -1,7 +1,7 @@
SPDX-License-Identifier: CC-BY-SA-4.0
appl-config-option-type: initializer
constraints:
- custom:
+ texts:
- |
The value of this configuration option shall be defined to a valid function
pointer of the type ``void *( *idle_body )( uintptr_t )``.
diff --git a/spec/acfg/opt/bspinitialextension.yml b/spec/acfg/opt/bspinitialextension.yml
index 31404f53..79289cb1 100644
--- a/spec/acfg/opt/bspinitialextension.yml
+++ b/spec/acfg/opt/bspinitialextension.yml
@@ -1,7 +1,7 @@
SPDX-License-Identifier: CC-BY-SA-4.0
appl-config-option-type: initializer
constraints:
- custom:
+ texts:
- |
The value of this configuration option shall be a list of initializers for
structures of type :c:type:`rtems_extensions_table`.
diff --git a/spec/acfg/opt/bspprerequisitedrivers.yml b/spec/acfg/opt/bspprerequisitedrivers.yml
index 5520ddfa..9038f63d 100644
--- a/spec/acfg/opt/bspprerequisitedrivers.yml
+++ b/spec/acfg/opt/bspprerequisitedrivers.yml
@@ -1,7 +1,7 @@
SPDX-License-Identifier: CC-BY-SA-4.0
appl-config-option-type: initializer
constraints:
- custom:
+ texts:
- |
The value of this configuration option shall be a list of initializers for
structures of type :c:type:`rtems_extensions_table`.
diff --git a/spec/acfg/opt/idletaskbody.yml b/spec/acfg/opt/idletaskbody.yml
index bcd87ea4..21c14662 100644
--- a/spec/acfg/opt/idletaskbody.yml
+++ b/spec/acfg/opt/idletaskbody.yml
@@ -1,7 +1,7 @@
SPDX-License-Identifier: CC-BY-SA-4.0
appl-config-option-type: initializer
constraints:
- custom:
+ texts:
- |
The value of this configuration option shall be defined to a valid function
pointer of the type ``void *( *idle_body )( uintptr_t )``.
diff --git a/spec/acfg/opt/initialextensions.yml b/spec/acfg/opt/initialextensions.yml
index 19adfce5..95ccb35d 100644
--- a/spec/acfg/opt/initialextensions.yml
+++ b/spec/acfg/opt/initialextensions.yml
@@ -1,7 +1,7 @@
SPDX-License-Identifier: CC-BY-SA-4.0
appl-config-option-type: initializer
constraints:
- custom:
+ texts:
- |
The value of this configuration option shall be a list of initializers for
structures of type :c:type:`rtems_extensions_table`.
diff --git a/spec/acfg/opt/inittaskarguments.yml b/spec/acfg/opt/inittaskarguments.yml
index 12a14c86..9f44bb7d 100644
--- a/spec/acfg/opt/inittaskarguments.yml
+++ b/spec/acfg/opt/inittaskarguments.yml
@@ -1,7 +1,7 @@
SPDX-License-Identifier: CC-BY-SA-4.0
appl-config-option-type: integer
constraints:
- custom:
+ texts:
- |
The value of this configuration option shall be a valid integer of type
``rtems_task_argument``.
diff --git a/spec/acfg/opt/inittaskattributes.yml b/spec/acfg/opt/inittaskattributes.yml
index 95818ba5..72cd3331 100644
--- a/spec/acfg/opt/inittaskattributes.yml
+++ b/spec/acfg/opt/inittaskattributes.yml
@@ -1,7 +1,7 @@
SPDX-License-Identifier: CC-BY-SA-4.0
appl-config-option-type: integer
constraints:
- custom:
+ texts:
- |
The value of this configuration option shall be a valid task attribute set.
copyrights:
diff --git a/spec/acfg/opt/inittaskentrypoint.yml b/spec/acfg/opt/inittaskentrypoint.yml
index edc8e8d5..bef21a36 100644
--- a/spec/acfg/opt/inittaskentrypoint.yml
+++ b/spec/acfg/opt/inittaskentrypoint.yml
@@ -1,7 +1,7 @@
SPDX-License-Identifier: CC-BY-SA-4.0
appl-config-option-type: initializer
constraints:
- custom:
+ texts:
- |
The value of this configuration option shall be defined to a valid function
pointer of the type ``void ( *entry_point )( rtems_task_argument )``.
diff --git a/spec/acfg/opt/inittaskinitialmodes.yml b/spec/acfg/opt/inittaskinitialmodes.yml
index b2ea3dd9..edbfb7d6 100644
--- a/spec/acfg/opt/inittaskinitialmodes.yml
+++ b/spec/acfg/opt/inittaskinitialmodes.yml
@@ -1,7 +1,7 @@
SPDX-License-Identifier: CC-BY-SA-4.0
appl-config-option-type: integer
constraints:
- custom:
+ texts:
- |
The value of this configuration option shall be a valid task mode set.
copyrights:
diff --git a/spec/acfg/opt/inittaskname.yml b/spec/acfg/opt/inittaskname.yml
index 8a35ba17..c1baddf6 100644
--- a/spec/acfg/opt/inittaskname.yml
+++ b/spec/acfg/opt/inittaskname.yml
@@ -1,7 +1,7 @@
SPDX-License-Identifier: CC-BY-SA-4.0
appl-config-option-type: integer
constraints:
- custom:
+ texts:
- |
The value of this configuration option shall be a valid integer of type
``rtems_name``.
diff --git a/spec/acfg/opt/maxdrivers.yml b/spec/acfg/opt/maxdrivers.yml
index b313dc8b..25682e7f 100644
--- a/spec/acfg/opt/maxdrivers.yml
+++ b/spec/acfg/opt/maxdrivers.yml
@@ -1,11 +1,11 @@
SPDX-License-Identifier: CC-BY-SA-4.0
appl-config-option-type: integer
constraints:
- custom:
+ max: '``SIZE_MAX``'
+ texts:
- |
It shall be greater than or equal than the number of statically configured
device drivers.
- max: '``SIZE_MAX``'
copyrights:
- Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
default-value: |
diff --git a/spec/acfg/opt/microsecondspertick.yml b/spec/acfg/opt/microsecondspertick.yml
index 704881c9..3945dfef 100644
--- a/spec/acfg/opt/microsecondspertick.yml
+++ b/spec/acfg/opt/microsecondspertick.yml
@@ -1,7 +1,7 @@
SPDX-License-Identifier: CC-BY-SA-4.0
appl-config-option-type: integer
constraints:
- custom:
+ texts:
- It shall be greater than or equal to a Clock Driver specific value.
- It shall be less than or equal to a Clock Driver specific value.
- The resulting clock ticks per second should be an integer.
diff --git a/spec/acfg/opt/mpextraserverstack.yml b/spec/acfg/opt/mpextraserverstack.yml
index 67959ad7..b9a3b6e6 100644
--- a/spec/acfg/opt/mpextraserverstack.yml
+++ b/spec/acfg/opt/mpextraserverstack.yml
@@ -1,13 +1,13 @@
SPDX-License-Identifier: CC-BY-SA-4.0
appl-config-option-type: integer
constraints:
- custom:
+ max: '``UINT32_MAX``'
+ min: 0
+ texts:
- |
The value of this configuration option shall be small enough so that the
MPCI receive server stack area calculation carried out by
``<rtems/confdefs.h>`` does not overflow an integer of type ``size_t``.
- max: '``UINT32_MAX``'
- min: 0
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
default-value: 0
diff --git a/spec/acfg/opt/mpmpcitablepointer.yml b/spec/acfg/opt/mpmpcitablepointer.yml
index 2ad9d26f..2d60ca9e 100644
--- a/spec/acfg/opt/mpmpcitablepointer.yml
+++ b/spec/acfg/opt/mpmpcitablepointer.yml
@@ -1,7 +1,7 @@
SPDX-License-Identifier: CC-BY-SA-4.0
appl-config-option-type: initializer
constraints:
- custom:
+ texts:
- |
The value of this configuration option shall be a pointer to
:c:type:`rtems_mpci_table`.
diff --git a/spec/acfg/opt/posixinitthreadentrypoint.yml b/spec/acfg/opt/posixinitthreadentrypoint.yml
index 9b3dc772..029656d7 100644
--- a/spec/acfg/opt/posixinitthreadentrypoint.yml
+++ b/spec/acfg/opt/posixinitthreadentrypoint.yml
@@ -1,7 +1,7 @@
SPDX-License-Identifier: CC-BY-SA-4.0
appl-config-option-type: initializer
constraints:
- custom:
+ texts:
- |
The value of this configuration option shall be defined to a valid function
pointer of the type ``void *( *entry_point )( void * )``.
diff --git a/spec/acfg/opt/recordperprocessoritems.yml b/spec/acfg/opt/recordperprocessoritems.yml
index 35e501e1..7cc06565 100644
--- a/spec/acfg/opt/recordperprocessoritems.yml
+++ b/spec/acfg/opt/recordperprocessoritems.yml
@@ -1,10 +1,10 @@
SPDX-License-Identifier: CC-BY-SA-4.0
appl-config-option-type: integer
constraints:
- custom:
- - It shall be a power of two.
max: '``SIZE_MAX``'
min: 16
+ texts:
+ - It shall be a power of two.
copyrights:
- Copyright (C) 2019 embedded brains GmbH (http://www.embedded-brains.de)
default-value: 0
diff --git a/spec/acfg/opt/schedulerassignments.yml b/spec/acfg/opt/schedulerassignments.yml
index b72defd2..5866feda 100644
--- a/spec/acfg/opt/schedulerassignments.yml
+++ b/spec/acfg/opt/schedulerassignments.yml
@@ -1,7 +1,7 @@
SPDX-License-Identifier: CC-BY-SA-4.0
appl-config-option-type: initializer
constraints:
- custom:
+ texts:
- |
The value of this configuration option shall be a list of the following
macros:
diff --git a/spec/acfg/opt/schedulername.yml b/spec/acfg/opt/schedulername.yml
index dc16b5ac..db0da591 100644
--- a/spec/acfg/opt/schedulername.yml
+++ b/spec/acfg/opt/schedulername.yml
@@ -1,7 +1,7 @@
SPDX-License-Identifier: CC-BY-SA-4.0
appl-config-option-type: integer
constraints:
- custom:
+ texts:
- |
The value of this configuration option shall be a valid integer of type
``rtems_name``.
diff --git a/spec/acfg/opt/taskstackallocator.yml b/spec/acfg/opt/taskstackallocator.yml
index c045c58a..bb33f7dc 100644
--- a/spec/acfg/opt/taskstackallocator.yml
+++ b/spec/acfg/opt/taskstackallocator.yml
@@ -1,7 +1,7 @@
SPDX-License-Identifier: CC-BY-SA-4.0
appl-config-option-type: initializer
constraints:
- custom:
+ texts:
- |
The value of this configuration option shall be defined to a valid function
pointer of the type ``void *( *allocate )( size_t )``.
diff --git a/spec/acfg/opt/taskstackallocatorinit.yml b/spec/acfg/opt/taskstackallocatorinit.yml
index 74060ea6..663f6358 100644
--- a/spec/acfg/opt/taskstackallocatorinit.yml
+++ b/spec/acfg/opt/taskstackallocatorinit.yml
@@ -1,7 +1,7 @@
SPDX-License-Identifier: CC-BY-SA-4.0
appl-config-option-type: initializer
constraints:
- custom:
+ texts:
- |
The value of this configuration option shall be defined to a valid function
pointer of the type ``void ( *initialize )( size_t )`` or to ``NULL``.
diff --git a/spec/acfg/opt/taskstackdeallocator.yml b/spec/acfg/opt/taskstackdeallocator.yml
index 71ea8dd4..ef2a023f 100644
--- a/spec/acfg/opt/taskstackdeallocator.yml
+++ b/spec/acfg/opt/taskstackdeallocator.yml
@@ -1,7 +1,7 @@
SPDX-License-Identifier: CC-BY-SA-4.0
appl-config-option-type: initializer
constraints:
- custom:
+ texts:
- |
The value of this configuration option shall be defined to a valid function
pointer of the type ``void ( *deallocate )( void * )``.
diff --git a/spec/acfg/opt/taskstackfromalloc.yml b/spec/acfg/opt/taskstackfromalloc.yml
index 35d4998b..57ec72be 100644
--- a/spec/acfg/opt/taskstackfromalloc.yml
+++ b/spec/acfg/opt/taskstackfromalloc.yml
@@ -1,7 +1,7 @@
SPDX-License-Identifier: CC-BY-SA-4.0
appl-config-option-type: initializer
constraints:
- custom:
+ texts:
- |
The value of this configuration option shall be defined to a macro which
accepts exactly one parameter and returns an unsigned integer. The
diff --git a/spec/acfg/opt/unlimitedallocationsize.yml b/spec/acfg/opt/unlimitedallocationsize.yml
index 51353b59..cab68b9f 100644
--- a/spec/acfg/opt/unlimitedallocationsize.yml
+++ b/spec/acfg/opt/unlimitedallocationsize.yml
@@ -1,7 +1,7 @@
SPDX-License-Identifier: CC-BY-SA-4.0
appl-config-option-type: integer
constraints:
- custom:
+ texts:
- |
The value of this configuration option shall meet the constraints of all
object classes to which it is applied.