RTEMS
5.0.0
|
Macros | |
#define | CONFIGURE_MAXIMUM_TASKS 0 |
#define | _CONFIGURE_TASKS (CONFIGURE_MAXIMUM_TASKS + _CONFIGURE_LIBBLOCK_TASKS) |
#define | CONFIGURE_MAXIMUM_TIMERS 0 |
#define | _CONFIGURE_TIMERS (CONFIGURE_MAXIMUM_TIMERS + _CONFIGURE_TIMER_FOR_SHARED_MEMORY_DRIVER) |
#define | CONFIGURE_MAXIMUM_SEMAPHORES 0 |
#define | _CONFIGURE_MEMORY_FOR_MRSP_SEMAPHORES 0 |
#define | CONFIGURE_MAXIMUM_MESSAGE_QUEUES 0 |
#define | CONFIGURE_MAXIMUM_PARTITIONS 0 |
#define | CONFIGURE_MAXIMUM_REGIONS 0 |
#define | CONFIGURE_MAXIMUM_PORTS 0 |
#define | CONFIGURE_MAXIMUM_PERIODS 0 |
#define | CONFIGURE_MAXIMUM_BARRIERS 0 |
#define | _CONFIGURE_BARRIERS (CONFIGURE_MAXIMUM_BARRIERS + _CONFIGURE_BARRIERS_FOR_FIFOS) |
#define | CONFIGURE_MAXIMUM_USER_EXTENSIONS 0 |
This macro specifies that the user wants to use unlimited objects for any classic or posix objects that have not already been given resource limits.
This module contains the parameters related to configuration of the Classic API services.
#define CONFIGURE_MAXIMUM_BARRIERS 0 |
This configuration parameter specifies the maximum number of Classic API Barriers.
#define CONFIGURE_MAXIMUM_MESSAGE_QUEUES 0 |
This configuration parameter specifies the maximum number of Classic API Message Queues.
#define CONFIGURE_MAXIMUM_PARTITIONS 0 |
This configuration parameter specifies the maximum number of Classic API Partitions.
#define CONFIGURE_MAXIMUM_PERIODS 0 |
This configuration parameter specifies the maximum number of Classic API Rate Monotonic Periods.
#define CONFIGURE_MAXIMUM_PORTS 0 |
This configuration parameter specifies the maximum number of Classic API Dual-Ported Memory Ports.
#define CONFIGURE_MAXIMUM_REGIONS 0 |
This configuration parameter specifies the maximum number of Classic API Regions.
#define CONFIGURE_MAXIMUM_SEMAPHORES 0 |
This specifies the maximum number of Classic API semaphores.
#define CONFIGURE_MAXIMUM_TASKS 0 |
This configures the maximum number of Classic API tasks.
#define CONFIGURE_MAXIMUM_TIMERS 0 |
This specifies the maximum number of Classic API timers.
#define CONFIGURE_MAXIMUM_USER_EXTENSIONS 0 |
This configuration parameter specifies the maximum number of Classic API User Extensions.