summaryrefslogtreecommitdiff
path: root/cpukit/include/rtems/rtems/config.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2022-08-11 09:46:36 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2023-03-17 15:55:40 +0100
commit9a225bf6185b0009255132d4b1ee4da5b8d5d13a (patch)
tree273a1ed65cc4b79faef739aeb402f044ccb15ead /cpukit/include/rtems/rtems/config.h
parent56446e736b5471a61578ddf3a4ffebe9fd75f5a5 (diff)
Add pre-qualified constraintsqual-82
Diffstat (limited to 'cpukit/include/rtems/rtems/config.h')
-rw-r--r--cpukit/include/rtems/rtems/config.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/cpukit/include/rtems/rtems/config.h b/cpukit/include/rtems/rtems/config.h
index dd9d1436b1..2f55b316cf 100644
--- a/cpukit/include/rtems/rtems/config.h
+++ b/cpukit/include/rtems/rtems/config.h
@@ -428,6 +428,10 @@ uint32_t rtems_configuration_get_maximum_timers( void );
* @parblock
* The following constraints apply to this directive:
*
+ * * The directive is not included in the pre-qualified feature set of RTEMS.
+ * Applications which are restricted to only use interfaces of the
+ * pre-qualified feature set of RTEMS shall not use the directive.
+ *
* * The directive may be called from within any runtime context.
*
* * The directive will not cause the calling task to be preempted.