Changeset 34d934a in rtems
- Timestamp:
- 05/21/04 16:04:47 (19 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 58accdd
- Parents:
- fdcfca01
- Location:
- doc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/ChangeLog
rfdcfca01 r34d934a 1 2004-05-21 Joel Sherrill <joel@OARcorp.com> 2 3 PR 627/doc 4 * user/task.t: Behavior documented for an rtems_task_create with 5 stacksize < minimum was not the implemented behavior. 6 1 7 2004-05-06 Joel Sherrill <joel@OARcorp.com> 2 8 -
doc/user/task.t
rfdcfca01 r34d934a 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.