forked from Imagelibrary/rtems
2008-06-13 Joel Sherrill <joel.sherrill@oarcorp.com>
* user/conf.t: Add CONFIGURE_MINIMUM_STACK_SIZE.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2008-06-13 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||||
|
|
||||||
|
* user/conf.t: Add CONFIGURE_MINIMUM_STACK_SIZE.
|
||||||
|
|
||||||
2008-06-13 Joel Sherrill <joel.sherrill@oarcorp.com>
|
2008-06-13 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||||
|
|
||||||
* user/bsp.t, user/conf.t, user/task.t: Add ability for application to
|
* user/bsp.t, user/conf.t, user/task.t: Add ability for application to
|
||||||
|
|||||||
@@ -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
|
is NULL indicating that the BSP is to determine the location
|
||||||
of the RTEMS RAM Workspace.
|
of the RTEMS RAM Workspace.
|
||||||
|
|
||||||
@findex CONFIGURE_MICROSECONDS_PER_TICK
|
|
||||||
@item @code{CONFIGURE_MICROSECONDS_PER_TICK} is the length
|
@item @code{CONFIGURE_MICROSECONDS_PER_TICK} is the length
|
||||||
of time between clock ticks. By default, this is set to
|
of time between clock ticks. By default, this is set to
|
||||||
10000 microseconds.
|
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
|
of the timeslice quantum in ticks for each task. By
|
||||||
default, this is 50.
|
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
|
@fnindex CONFIGURE_INTERRUPT_STACK_SIZE
|
||||||
@item @code{CONFIGURE_INTERRUPT_STACK_SIZE} is set to the
|
@item @code{CONFIGURE_INTERRUPT_STACK_SIZE} is set to the
|
||||||
size of the interrupt stack. The interrupt stack size is
|
size of the interrupt stack. The interrupt stack size is
|
||||||
|
|||||||
Reference in New Issue
Block a user