summaryrefslogtreecommitdiffstats
path: root/doc/user/conf.t
diff options
context:
space:
mode:
Diffstat (limited to 'doc/user/conf.t')
-rw-r--r--doc/user/conf.t6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/user/conf.t b/doc/user/conf.t
index 2c7ffc60d7..51301fa28e 100644
--- a/doc/user/conf.t
+++ b/doc/user/conf.t
@@ -503,6 +503,12 @@ system configuration parameters supported by @code{rtems/confdefs.h}.
Classic API tasks that can be concurrently active.
The default for this field is 0.
+@findex CONFIGURE_DISABLE_CLASSIC_NOTEPADS
+@item @code{CONFIGURE_DISABLE_CLASSIC_NOTEPADS} should be defined
+if the user does not want to have support for Classic API Notepads
+in their application. By default, this is not defined and Classic API
+Notepads are supported.
+
@findex CONFIGURE_MAXIMUM_TIMERS
@item @code{CONFIGURE_MAXIMUM_TIMERS} is the maximum number of
Classic API timers that can be concurrently active.