summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-11-24 10:15:44 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-11-24 10:15:44 +0100
commit85df065ea0fa95b079af4ab11f83675b84b87060 (patch)
treed522e309b2a123f0026808987840118be1e2b88f
parentd39944a7fb77acab86997f4e984635b42a9c2502 (diff)
appl-config.h constraints
-rw-r--r--cpukit/doxygen/appl-config.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/cpukit/doxygen/appl-config.h b/cpukit/doxygen/appl-config.h
index f36cd7c11c..fc5f3c0b93 100644
--- a/cpukit/doxygen/appl-config.h
+++ b/cpukit/doxygen/appl-config.h
@@ -2048,6 +2048,11 @@
* If this configuration option is undefined, then a base filesystem and the
* configured filesystems are initialized during system initialization.
*
+ * @par Constraints
+ * The configuration option is mandatory for the pre-qualified feature set of
+ * RTEMS. Applications which are restricted to only use interfaces of the
+ * pre-qualified feature set of RTEMS shall define the configuration option.
+ *
* @par Notes
* Filesystems shall be initialized to support file descriptor based device
* drivers and basic input/output functions such as printf(). Filesystems can
@@ -2770,6 +2775,11 @@
* If this configuration option is undefined, then the described feature is not
* enabled.
*
+ * @par Constraints
+ * The configuration option is mandatory for the pre-qualified feature set of
+ * RTEMS. Applications which are restricted to only use interfaces of the
+ * pre-qualified feature set of RTEMS shall define the configuration option.
+ *
* @par Notes
* You can enable this option to reduce the size of the :term:`TCB`. Use this
* option with care, since it can lead to race conditions and undefined system
@@ -2966,6 +2976,11 @@
* @parblock
* The following constraints apply to this configuration option:
*
+ * * A value of zero for the configuration option is mandatory for the
+ * pre-qualified feature set of RTEMS. Applications which are restricted to
+ * only use interfaces of the pre-qualified feature set of RTEMS shall define
+ * the configuration option to zero.
+ *
* * The value of the configuration option shall be greater than or equal to
* zero.
*