RTEMS CPU Kit with SuperCore  4.11.3
Data Structures | Variables
Configuration

This encapsulates functionality related to the application's configuration of the Classic API including the maximum number of each class of objects. More...

Collaboration diagram for Configuration:

Data Structures

struct  posix_initialization_threads_table
 For now, we are only allowing the user to specify the entry point and stack size for POSIX initialization threads. More...
 
struct  posix_api_configuration_table
 The following records define the POSIX Configuration Table. More...
 
struct  rtems_api_configuration_table
 The following records define the Configuration Table. More...
 

Variables

posix_api_configuration_table Configuration_POSIX_API
 POSIX API configuration table. More...
 
rtems_api_configuration_table Configuration_RTEMS_API
 RTEMS API Configuration Table. More...
 

Detailed Description

This encapsulates functionality related to the application's configuration of the Classic API including the maximum number of each class of objects.

Configuration Table.

This include file contains the table of user defined configuration parameters specific for the RTEMS API.

Variable Documentation

◆ Configuration_POSIX_API

posix_api_configuration_table Configuration_POSIX_API

POSIX API configuration table.

This is the POSIX API Configuration Table expected to be generated by confdefs.h.

Referenced by _POSIX_signals_Manager_Initialization(), and _Thread_Global_construction().

◆ Configuration_RTEMS_API

rtems_api_configuration_table Configuration_RTEMS_API

RTEMS API Configuration Table.

This is the RTEMS API Configuration Table expected to be generated by confdefs.h.

Referenced by _Thread_Global_construction().