2008-06-16 Joel Sherrill <joel.sherrill@oarcorp.com>

* user/conf.t: Add CONFIGURE_DISABLE_CLASSIC_API_NOTEPADS.
This commit is contained in:
Joel Sherrill
2008-06-16 15:54:27 +00:00
parent 4cb19041d7
commit d695dfca82
2 changed files with 10 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
2008-06-16 Joel Sherrill <joel.sherrill@oarcorp.com>
* user/conf.t: Add CONFIGURE_DISABLE_CLASSIC_API_NOTEPADS.
2008-06-13 Joel Sherrill <joel.sherrill@oarcorp.com>
* user/conf.t: Add CONFIGURE_IDLE_TASK_INITIALIZES_APPLICATION and

View File

@@ -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.