From 0e3de759b3f26d938e67fe0c1a10a474c4b30cf9 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 13 Jun 2008 22:00:40 +0000 Subject: 2008-06-13 Joel Sherrill * user/conf.t: Add CONFIGURE_MINIMUM_STACK_SIZE. --- doc/ChangeLog | 4 ++++ doc/user/conf.t | 7 ++++++- 2 files changed, 10 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/ChangeLog b/doc/ChangeLog index 776538a16a..684941e9c9 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2008-06-13 Joel Sherrill + + * user/conf.t: Add CONFIGURE_MINIMUM_STACK_SIZE. + 2008-06-13 Joel Sherrill * user/bsp.t, user/conf.t, user/task.t: Add ability for application to diff --git a/doc/user/conf.t b/doc/user/conf.t index cfe2afd48a..0cd95254e1 100644 --- a/doc/user/conf.t +++ b/doc/user/conf.t @@ -210,7 +210,6 @@ address of the RTEMS RAM Workspace. By default, this value is NULL indicating that the BSP is to determine the location of the RTEMS RAM Workspace. -@findex CONFIGURE_MICROSECONDS_PER_TICK @item @code{CONFIGURE_MICROSECONDS_PER_TICK} is the length of time between clock ticks. By default, this is set to 10000 microseconds. @@ -220,6 +219,12 @@ of time between clock ticks. By default, this is set to of the timeslice quantum in ticks for each task. By default, this is 50. +@fnindex CONFIGURE_MINIMUM_STACK_SIZE +@item @code{CONFIGURE_MINIMUM_STACK_SIZE} is set to the number of bytes +the application wants the minimum stack size to be for every task or +thread in the system. By default, this is set to the recommended minimum +stack size for this processor. + @fnindex CONFIGURE_INTERRUPT_STACK_SIZE @item @code{CONFIGURE_INTERRUPT_STACK_SIZE} is set to the size of the interrupt stack. The interrupt stack size is -- cgit v1.2.3