forked from Imagelibrary/rtems
libtests/flashdisk01: Disable for small memory BSP
This commit is contained in:
@@ -18,6 +18,8 @@
|
||||
|
||||
#include "tmacros.h"
|
||||
|
||||
#if !BSP_SMALL_MEMORY
|
||||
|
||||
#include <sys/stat.h>
|
||||
#include <errno.h>
|
||||
#include <string.h>
|
||||
@@ -354,3 +356,26 @@ uint32_t rtems_flashdisk_configuration_size = FLASHDISK_CONFIG_COUNT;
|
||||
#define CONFIGURE_INIT
|
||||
|
||||
#include <rtems/confdefs.h>
|
||||
|
||||
#else /* BSP_SMALL_MEMORY */
|
||||
|
||||
static void Init(rtems_task_argument arg)
|
||||
{
|
||||
puts("\n\n*** TEST FLASHDISK 1 ***");
|
||||
puts("NOT ENOUGH MEMORY TO RUN TEST");
|
||||
|
||||
rtems_test_exit(0);
|
||||
}
|
||||
|
||||
#define CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER
|
||||
#define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER
|
||||
|
||||
#define CONFIGURE_MAXIMUM_TASKS 1
|
||||
|
||||
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
|
||||
|
||||
#define CONFIGURE_INIT
|
||||
|
||||
#include <rtems/confdefs.h>
|
||||
|
||||
#endif /* BSP_SMALL_MEMORY */
|
||||
|
||||
@@ -14,6 +14,10 @@
|
||||
|
||||
#include "test-file-system.h"
|
||||
|
||||
#include <bsp.h>
|
||||
|
||||
#if !BSP_SMALL_MEMORY
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#include <assert.h>
|
||||
@@ -830,3 +834,5 @@ void test_file_system_with_handler(
|
||||
|
||||
free(fs);
|
||||
}
|
||||
|
||||
#endif /* !BSP_SMALL_MEMORY */
|
||||
|
||||
Reference in New Issue
Block a user