RTEMS 6.1-rc1
|
#include <bsp/bootcard.h>
#include <rtems/test-info.h>
#include <rtems/test.h>
#include <rtems/testopts.h>
#include "tr-io-kernel.h"
#include <rtems/confdefs.h>
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_SCHEDULER_USER |
#define | CONFIGURE_SCHEDULER |
#define | CONFIGURE_SCHEDULER_TABLE_ENTRIES { } |
#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 | boot_card (const char *cmdline) |
Standard system initialization procedure. More... | |
Variables | |
const char | rtems_test_name [] = "TestsuitesValidationIoKernel" |
Each test must define a test name string. | |