RTEMS 6.1-rc5
Loading...
Searching...
No Matches
Macros | Functions
ts-idle.h File Reference

This header file provides a configurable validation test suite runner and application configuration for tests which should run within an idle task without a user initialization task. More...

#include <rtems.h>
#include <rtems/bspIo.h>
#include <rtems/test-info.h>
#include <rtems/testopts.h>
#include <rtems/test.h>
#include "tx-support.h"
#include <rtems/confdefs.h>

Go to the source code of this file.

Macros

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

Functions

void * IdleBody (uintptr_t ignored)
 

Detailed Description

This header file provides a configurable validation test suite runner and application configuration for tests which should run within an idle task without a user initialization task.