2000-11-20 Joel Sherrill <joel@OARcorp.com>

* itrontask01/system.h: Configure enough stack memory.
This commit is contained in:
Joel Sherrill
2000-11-20 13:36:20 +00:00
parent bde7e18ea0
commit 51252af93d
4 changed files with 12 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
2000-11-20 Joel Sherrill <joel@OARcorp.com>
* itrontask01/system.h: Configure enough stack memory.
2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS. * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.

View File

@@ -27,6 +27,8 @@ void Task_2_through_4();
#define CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER #define CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER
#define CONFIGURE_MAXIMUM_ITRON_TASKS 4 #define CONFIGURE_MAXIMUM_ITRON_TASKS 4
#define CONFIGURE_EXTRA_TASK_STACKS (RTEMS_MINIMUM_STACK_SIZE * 4)
#define CONFIGURE_ITRON_INIT_TASK_TABLE #define CONFIGURE_ITRON_INIT_TASK_TABLE

View File

@@ -1,3 +1,7 @@
2000-11-20 Joel Sherrill <joel@OARcorp.com>
* itrontask01/system.h: Configure enough stack memory.
2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS. * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.

View File

@@ -27,6 +27,8 @@ void Task_2_through_4();
#define CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER #define CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER
#define CONFIGURE_MAXIMUM_ITRON_TASKS 4 #define CONFIGURE_MAXIMUM_ITRON_TASKS 4
#define CONFIGURE_EXTRA_TASK_STACKS (RTEMS_MINIMUM_STACK_SIZE * 4)
#define CONFIGURE_ITRON_INIT_TASK_TABLE #define CONFIGURE_ITRON_INIT_TASK_TABLE