RTEMS 6.1-rc1
Modules | Files | Macros | Variables
spec:/testsuites/validation-acfg-1

This validation test suite is used to validate the default value of application configuration options where all optional BSP provided settings are disabled. More...

Modules

 spec:/acfg/val/disabled-bsp-settings
 Tests the default values of application configuration options where all optional BSP provided settings are disabled.
 

Files

file  ts-validation-acfg-1.c
 

Macros

#define CONFIGURE_INITIAL_EXTENSIONS   { .fatal = FatalExtension }
 
#define CONFIGURE_DISABLE_BSP_SETTINGS
 
#define CONFIGURE_IDLE_TASK_STORAGE_SIZE   RTEMS_MINIMUM_STACK_SIZE
 
#define CONFIGURE_MAXIMUM_TASKS   1
 
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
 
#define CONFIGURE_INIT_TASK_CONSTRUCT_STORAGE_SIZE
 
#define CONFIGURE_INIT
 

Variables

const char rtems_test_name [] = "TestsuitesValidationAcfg1"
 Each test must define a test name string.
 

Detailed Description

This validation test suite is used to validate the default value of application configuration options where all optional BSP provided settings are disabled.

Macro Definition Documentation

◆ CONFIGURE_INIT_TASK_CONSTRUCT_STORAGE_SIZE

#define CONFIGURE_INIT_TASK_CONSTRUCT_STORAGE_SIZE
Value:
)
#define RTEMS_DEFAULT_ATTRIBUTES
This attribute constant represents the default attribute set.
Definition: attr.h:147
#define RTEMS_TASK_STORAGE_SIZE(_size, _attributes)
Gets the recommended task storage area size for the size and task attributes.
Definition: tasks.h:384
#define RTEMS_MINIMUM_STACK_SIZE
This compile time constant provides the minimum task stack size recommended for the target architectu...
Definition: tasks.h:331