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/user/conf.t | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'doc/user/conf.t') 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