RTEMS 6.1-rc6
Loading...
Searching...
No Matches
Modules | Files | Macros | Functions | Variables
spec:/testsuites/bsps/fatal-extension

This validation test suite provides an application configuration to perform a shutdown. More...

Modules

 spec:/bsp/val/fatal-extension-reset
 Tests the BSP-specific fatal extension.
 
 spec:/bsp/val/fatal-smp-shutdown
 Tests the BSP-specific fatal extension shutdown procedure.
 

Files

file  ts-fatal-extension.c
 

Macros

#define CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER
 
#define CONFIGURE_MAXIMUM_FILE_DESCRIPTORS   0
 
#define CONFIGURE_MAXIMUM_USER_EXTENSIONS   1
 
#define CONFIGURE_DISABLE_NEWLIB_REENTRANCY
 
#define CONFIGURE_APPLICATION_DISABLE_FILESYSTEM
 
#define CONFIGURE_IDLE_TASK_STORAGE_SIZE   RTEMS_MINIMUM_STACK_SIZE
 
#define CONFIGURE_IDLE_TASK_INITIALIZES_APPLICATION
 
#define CONFIGURE_IDLE_TASK_BODY   ShutdownIdleBody
 
#define CONFIGURE_INITIAL_EXTENSIONS   { .fatal = FatalInitialExtension }
 
#define CONFIGURE_INIT
 

Functions

void __real_bsp_reset (rtems_fatal_source source, rtems_fatal_code code)
 
void __wrap_bsp_reset (rtems_fatal_source source, rtems_fatal_code code)
 
void * __real__CPU_Thread_Idle_body (void *arg)
 
void * __wrap__CPU_Thread_Idle_body (void *arg)
 

Variables

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

Detailed Description

This validation test suite provides an application configuration to perform a shutdown.