RTEMS 6.1-rc1
Macros | Functions | Variables
ts-fatal-sparc-leon3-shutdown.c File Reference
#include <rtems.h>
#include <rtems/bspIo.h>
#include <rtems/test-info.h>
#include <rtems/test.h>
#include <rtems/testopts.h>
#include <rtems/score/smpimpl.h>
#include "ts-config.h"
#include "tx-support.h"
#include <rtems/confdefs.h>

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__CPU_Fatal_halt (uint32_t source, CPU_Uint32ptr code)
 
void __wrap__CPU_Fatal_halt (uint32_t source, CPU_Uint32ptr code)
 

Variables

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