[rtems commit] doc/user/conf.t: More clean ups

Joel Sherrill joel at rtems.org
Mon Jul 29 18:00:39 UTC 2013


Module:    rtems
Branch:    master
Commit:    45ca51c4f759d08aa112988d0608f48910e64824
Changeset: http://git.rtems.org/rtems/commit/?id=45ca51c4f759d08aa112988d0608f48910e64824

Author:    Shubham Somani <shubhamsomani92 at gmail.com>
Date:      Mon Jul 29 13:03:30 2013 -0500

doc/user/conf.t: More clean ups

---

 doc/user/conf.t |  107 ++++---------------------------------------------------
 1 files changed, 7 insertions(+), 100 deletions(-)

diff --git a/doc/user/conf.t b/doc/user/conf.t
index 3f88550..66f31ad 100644
--- a/doc/user/conf.t
+++ b/doc/user/conf.t
@@ -3405,7 +3405,7 @@ Defined or undefined.
 
 @item DEFAULT VALUE:
 This is defined by default.
-This is the default scheduler and specifying this 
+This is the default scheduler and specifying this
 configuration parameter is redundant.
 
 @end table
@@ -3680,7 +3680,7 @@ None.
 @code{CONFIGURE_SMP_MAXIMUM_PROCESSORS}
 
 @item DATA TYPE:
-Boolean feature macro.
+Unsigned integer (@code{uint32_t}).
 
 @item RANGE:
 Defined or undefined.
@@ -3763,7 +3763,7 @@ Unsigned integer (@code{uint32_t}).
 Zero or positive.
 
 @item DEFAULT VALUE:
-This is computed by default, and is set to the number of device drivers 
+This is computed by default, and is set to the number of device drivers
 configured using the @code{CONFIGURE_APPLICATIONS_NEEDS_XXX_DRIVER}
 configuration parameters.
 
@@ -3798,9 +3798,8 @@ Unsigned integer (@code{uint32_t}).
 Positive.
 
 @item DEFAULT VALUE:
-Unless @code{BSP_MAXIMUM_DEVICES} is set by the BSP, the default value
-for this is set to 4.  If overridden by the BSP the value is set to the
-value specified by the BSP.
+If @code{BSP_MAXIMUM_DEVICES} is defined, then the
+default value is @code{BSP_MAXIMUM_DEVICES}, otherwise the default value is 4.
 
 @end table
 
@@ -4510,8 +4509,8 @@ Unsigned integer (@code{uint32_t}).
 Undefined or positive.
 
 @item DEFAULT VALUE:
-If @code{CONFIGURE_GNAT_RTEMS} is defined, the default value is 20.
-If @code{CONFIGURE_GNAT_RTEMS} is NOT defined, the default value is 0.
+If @code{CONFIGURE_GNAT_RTEMS} is defined, then the
+default value is 20, otherwise the default value is 0.
 
 @end table
 
@@ -4646,98 +4645,6 @@ of Go channels.
 The Go language support is experimental
 
 @c
- at c === Go Tasks ===
- at c
- at section Go Tasks
-
- at c
- at c === CONFIGURE_ENABLE_GO ===
- at c
- at subsection Specify Application Includes Go Code
-
- at findex CONFIGURE_ENABLE_GO
-
- at table @b
- at item CONSTANT:
- at code{CONFIGURE_ENABLE_GO}
-
- at item DATA TYPE:
-Boolean feature macro.
-
- at item RANGE:
-Defined or undefined.
-
- at item DEFAULT VALUE:
-This is not defined by default.
-
- at end table
-
- at subheading DESCRIPTION:
- at code{CONFIGURE_ENABLE_GO} is defined to inform RTEMS that the Go
-run-time is to be used by the application.
-
- at subheading NOTES:
-The Go language support is experimental
-
- at c
- at c === CONFIGURE_MAXIMUM_GOROUTINES ===
- at c
- at subsection Specify the maximum number of Go routines
-
- at findex CONFIGURE_MAXIMUM_GOROUTINES
-
- at table @b
- at item CONSTANT:
- at code{CONFIGURE_MAXIMUM_GOROUTINES}
-
- at item DATA TYPE:
-Unsigned integer (@code{uint32_t}).
-
- at item RANGE:
-Zero or positive.
-
- at item DEFAULT VALUE:
-The default value is 400
-
- at end table
-
- at subheading DESCRIPTION:
- at code{CONFIGURE_MAXIMUM_GOROUTINES} is defined to specify the maximum number of
-Go routines.
-
- at subheading NOTES:
-The Go language support is experimental
-
- at c
- at c === CONFIGURE_MAXIMUM_GO_CHANNELS ===
- at c
- at subsection Specify the maximum number of Go Channels
-
- at findex CONFIGURE_MAXIMUM_GO_CHANNELS
-
- at table @b
- at item CONSTANT:
- at code{CONFIGURE_MAXIMUM_GO_CHANNELS}
-
- at item DATA TYPE:
-Unsigned integer (@code{uint32_t}).
-
- at item RANGE:
-Zero or positive.
-
- at item DEFAULT VALUE:
-The default value is 500
-
- at end table
-
- at subheading DESCRIPTION:
- at code{CONFIGURE_MAXIMUM_GO_CHANNELS} is defined to specify the maximum number
-of Go channels.
-
- at subheading NOTES:
-The Go language support is experimental
-
- at c
 @c === Configuration Data Structures ===
 @c
 @section Configuration Data Structures




More information about the vc mailing list