RTEMS 6.1-rc1
Modules | Files | Macros | Variables
spec:/testsuites/fatal-idle-thread-stack-too-small

This validation test suite contains a test case which triggers a fatal error during system initialization. More...

Modules

 spec:/score/thread/val/fatal-idle-thread-stack-too-small
 Tests a fatal error caused by a too small idle thread stack size.
 

Files

file  ts-fatal-idle-thread-stack-too-small.c
 

Macros

#define FATAL_SYSINIT_RUN   ScoreThreadValFatalIdleThreadStackTooSmall_Run
 
#define CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER
 
#define CONFIGURE_MAXIMUM_TASKS   1
 
#define CONFIGURE_MINIMUM_TASKS_WITH_USER_PROVIDED_STORAGE   1
 
#define CONFIGURE_INIT_TASK_PRIORITY   0
 
#define CONFIGURE_INIT_TASK_CONSTRUCT_STORAGE_SIZE   RTEMS_MINIMUM_STACK_SIZE
 
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
 

Variables

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

Detailed Description

This validation test suite contains a test case which triggers a fatal error during system initialization.