Changeset e2ce15fc in rtems
- Timestamp:
- 05/21/04 16:04:44 (19 years ago)
- Children:
- 0732eb4
- Parents:
- f7219b2
- Location:
- doc/user
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/user/ChangeLog
rf7219b2 re2ce15fc 1 2004-05-21 Joel Sherrill <joel@OARcorp.com> 2 3 PR 627/doc 4 * task.t: Behavior documented for an rtems_task_create with stacksize < 5 minimum was not the implemented behavior. 6 1 7 2004-05-06 Joel Sherrill <joel@OARcorp.com> 2 8 -
doc/user/task.t
rf7219b2 re2ce15fc 715 715 @code{@value{RPREFIX}INVALID_ADDRESS} - @code{id} is NULL@* 716 716 @code{@value{RPREFIX}INVALID_NAME} - invalid task name@* 717 @code{@value{RPREFIX}INVALID_SIZE} - stack too small@*718 717 @code{@value{RPREFIX}INVALID_PRIORITY} - invalid task priority@* 719 718 @code{@value{RPREFIX}MP_NOT_CONFIGURED} - multiprocessing not configured@* … … 744 743 Valid task priorities range from a high of 1 to a low of 255. 745 744 746 The requested stack size should be at least 747 @code{@value{RPREFIX}MINIMUM_STACK_SIZE} 748 bytes. The value of @code{@value{RPREFIX}MINIMUM_STACK_SIZE} 745 If the requested stack size is less than 746 @code{@value{RPREFIX}MINIMUM_STACK_SIZE} bytes, then RTEMS 747 will use @code{@value{RPREFIX}MINIMUM_STACK_SIZE} as the 748 stack size. The value of @code{@value{RPREFIX}MINIMUM_STACK_SIZE} 749 749 is processor dependent. 750 750 Application developers should consider the stack usage of the
Note: See TracChangeset
for help on using the changeset viewer.