summaryrefslogtreecommitdiffstats
path: root/doc/user/conf.t
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-06-16 15:54:27 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-06-16 15:54:27 +0000
commitd695dfca82b71eff75401976d0697b5309a4949c (patch)
tree62a63fce11144342ce0a0fa8f6658455a1bd2fae /doc/user/conf.t
parent2008-06-16 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-d695dfca82b71eff75401976d0697b5309a4949c.tar.bz2
2008-06-16 Joel Sherrill <joel.sherrill@oarcorp.com>
* user/conf.t: Add CONFIGURE_DISABLE_CLASSIC_API_NOTEPADS.
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.