forked from Imagelibrary/rtems
2011-12-07 Joel Sherrill <joel.sherrilL@OARcorp.com>
PR 1984/doc * user/conf.t: Change CONFIGURE_MINIMUM_STACK_SIZE to CONFIGURE_MINIMUM_TASK_STACK_SIZE.
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
2011-12-07 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||||
|
|
||||||
|
PR 1984/doc
|
||||||
|
* user/conf.t: Change CONFIGURE_MINIMUM_STACK_SIZE to
|
||||||
|
CONFIGURE_MINIMUM_TASK_STACK_SIZE.
|
||||||
|
|
||||||
2011-07-29 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
2011-07-29 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||||
|
|
||||||
PR 1864/doc
|
PR 1864/doc
|
||||||
|
|||||||
@@ -210,6 +210,7 @@ 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.
|
||||||
@@ -231,9 +232,8 @@ system reduces the amount of memory allocated from the RTEMS Workspace.
|
|||||||
By default, RTEMS supports 256 priority levels ranging from 0 to 255 so
|
By default, RTEMS supports 256 priority levels ranging from 0 to 255 so
|
||||||
the default value for this field is 255.
|
the default value for this field is 255.
|
||||||
|
|
||||||
@findex CONFIGURE_MICROSECONDS_PER_TICK
|
@fnindex CONFIGURE_MINIMUM_TASK_STACK_SIZE
|
||||||
@fnindex CONFIGURE_MINIMUM_STACK_SIZE
|
@item @code{CONFIGURE_MINIMUM_TASK_STACK_SIZE} is set to the number of bytes
|
||||||
@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
|
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
|
thread in the system. By default, this is set to the recommended minimum
|
||||||
stack size for this processor.
|
stack size for this processor.
|
||||||
|
|||||||
Reference in New Issue
Block a user