From 11174651160d8c3e52773f55bf7fc25f453839e5 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 17 Sep 2008 18:38:57 +0000 Subject: 2008-09-17 Joel Sherrill * minimum/init.c, unlimited/system.h: Add support for optionally having a unified work area. In other words, the RTEMS Workspace and C Program Heap are the same pool of memory. --- testsuites/samples/unlimited/system.h | 1 + 1 file changed, 1 insertion(+) (limited to 'testsuites/samples/unlimited/system.h') diff --git a/testsuites/samples/unlimited/system.h b/testsuites/samples/unlimited/system.h index 75bde9081c..4da882f961 100644 --- a/testsuites/samples/unlimited/system.h +++ b/testsuites/samples/unlimited/system.h @@ -46,6 +46,7 @@ void test3(); #define CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER #define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER +#define CONFIGURE_UNIFIED_WORK_AREAS #define CONFIGURE_RTEMS_INIT_TASKS_TABLE #define TASK_ALLOCATION_SIZE (5) -- cgit v1.2.3