This section defines the Classic API related
system configuration parameters supported by rtems/confdefs.h.
CONFIGURE_MAXIMUM_TASKS is the maximum number of
Classic API tasks that can be concurrently active.
The default for this field is 0.
CONFIGURE_DISABLE_CLASSIC_API_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.
CONFIGURE_MAXIMUM_TIMERS is the maximum number of
Classic API timers that can be concurrently active.
The default for this field is 0.
CONFIGURE_MAXIMUM_SEMAPHORES is the maximum number of
Classic API semaphores that can be concurrently active.
The default for this field is 0.
CONFIGURE_MAXIMUM_MESSAGE_QUEUES is the maximum number of
Classic API message queues that can be concurrently active.
The default for this field is 0.
CONFIGURE_MAXIMUM_PARTITIONS is the maximum number of
Classic API partitions that can be concurrently active.
The default for this field is 0.
CONFIGURE_MAXIMUM_REGIONS is the maximum number of
Classic API regions that can be concurrently active.
The default for this field is 0.
CONFIGURE_MAXIMUM_PORTS is the maximum number of
Classic API ports that can be concurrently active.
The default for this field is 0.
CONFIGURE_MAXIMUM_PERIODS is the maximum number of
Classic API rate monotonic periods that can be concurrently active.
The default for this field is 0.
CONFIGURE_MAXIMUM_USER_EXTENSIONS is the maximum number of
Classic API user extensions that can be concurrently active.
The default for this field is 0.
Copyright © 1988-2008 OAR Corporation