|
RTEMS CPU Kit with SuperCore
4.11.3
|
The following records define the Configuration Table. More...
#include <config.h>

Data Fields | |
| uint32_t | maximum_tasks |
| This field contains the maximum number of Classic API Tasks which are configured for this application. | |
| bool | notepads_enabled |
| This field indicates whether Classic API notepads are enabled or disabled. | |
| uint32_t | maximum_timers |
| This field contains the maximum number of Classic API Timers which are configured for this application. | |
| uint32_t | maximum_semaphores |
| This field contains the maximum number of Classic API Semaphores which are configured for this application. | |
| uint32_t | maximum_message_queues |
| This field contains the maximum number of Classic API Message Queues which are configured for this application. | |
| uint32_t | maximum_partitions |
| This field contains the maximum number of Classic API Partitions which are configured for this application. | |
| uint32_t | maximum_regions |
| This field contains the maximum number of Classic API Regions which are configured for this application. | |
| uint32_t | maximum_ports |
| This field contains the maximum number of Classic API Dual Ported Memory Areas which are configured for this application. | |
| uint32_t | maximum_periods |
| This field contains the maximum number of Classic API Rate Monotonic Periods which are configured for this application. | |
| uint32_t | maximum_barriers |
| This field contains the maximum number of Classic API Barriers which are configured for this application. | |
| uint32_t | number_of_initialization_tasks |
| This field contains the number of Classic API Initialization Tasks which are configured for this application. | |
| rtems_initialization_tasks_table * | User_initialization_tasks_table |
| This field is the set of Classic API Initialization Tasks which are configured for this application. | |
The following records define the Configuration Table.
The information contained in this table is required in all RTEMS systems, whether single or multiprocessor. This table primarily defines the following:
1.8.13