summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-12-07 20:08:49 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-12-07 20:08:49 +0000
commit10fa27d64d3a7ca37cb379077255f33fb831ad81 (patch)
tree90586479deedcf5eda4d30dc9d31b49bfdc8a610
parentd1cbfaa89eaf6b56ea7375c3d156036eef2d0b3e (diff)
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.
-rw-r--r--doc/ChangeLog6
-rw-r--r--doc/user/conf.t6
2 files changed, 9 insertions, 3 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index e05b97135a..cdf790fcca 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -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>
PR 1864/doc
diff --git a/doc/user/conf.t b/doc/user/conf.t
index d9030e1eed..a47ae317a6 100644
--- a/doc/user/conf.t
+++ b/doc/user/conf.t
@@ -237,6 +237,7 @@ RTEMS "unlimited" objects option. You will be able to create objects
until you run out of all available memory rather then just until you
run out of RTEMS 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.
@@ -258,9 +259,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
the default value for this field is 255.
-@findex CONFIGURE_MICROSECONDS_PER_TICK
-@fnindex CONFIGURE_MINIMUM_STACK_SIZE
-@item @code{CONFIGURE_MINIMUM_STACK_SIZE} is set to the number of bytes
+@fnindex CONFIGURE_MINIMUM_TASK_STACK_SIZE
+@item @code{CONFIGURE_MINIMUM_TASK_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.