The parameters in this section are used to configure resources
for the RTEMS ITRON API. They are only relevant if the POSIX API
is enabled at configure time using the --enable-itron
option.
CONFIGURE_MAXIMUM_ITRON_TASKS
is the maximum number of
ITRON API tasks that can be concurrently active.
The default is 0.
CONFIGURE_MAXIMUM_ITRON_SEMAPHORES
is the maximum number of
ITRON API semaphores that can be concurrently active.
The default is 0.
CONFIGURE_MAXIMUM_ITRON_EVENTFLAGS
is the maximum number of
ITRON API eventflags that can be concurrently active.
The default is 0.
CONFIGURE_MAXIMUM_ITRON_MAILBOXES
is the maximum number of
ITRON API mailboxes that can be concurrently active.
The default is 0.
CONFIGURE_MAXIMUM_ITRON_MESSAGE_BUFFERS
is the maximum number of
ITRON API message buffers that can be concurrently active.
The default is 0.
CONFIGURE_MAXIMUM_ITRON_PORTS
is the maximum number of
ITRON API ports that can be concurrently active.
The default is 0.
CONFIGURE_MAXIMUM_ITRON_MEMORY_POOLS
is the maximum number of
ITRON API memory pools that can be concurrently active.
The default is 0.
CONFIGURE_MAXIMUM_ITRON_FIXED_MEMORY_POOLS
is the maximum number of
ITRON API fixed memory pools that can be concurrently active.
The default is 0.
Copyright © 1988-2008 OAR Corporation