summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorShubham Somani <shubhamsomani92@gmail.com>2013-07-29 13:03:30 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2013-07-29 13:06:31 -0500
commit45ca51c4f759d08aa112988d0608f48910e64824 (patch)
treec1d49b96a16c3f45748e94587287e72bd3353e1e /doc
parentUpdated legacy code in i386 pc386 (diff)
downloadrtems-45ca51c4f759d08aa112988d0608f48910e64824.tar.bz2
doc/user/conf.t: More clean ups
Diffstat (limited to 'doc')
-rw-r--r--doc/user/conf.t107
1 files changed, 7 insertions, 100 deletions
diff --git a/doc/user/conf.t b/doc/user/conf.t
index 3f88550b54..66f31ad384 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
-@c === Go Tasks ===
-@c
-@section Go Tasks
-
-@c
-@c === CONFIGURE_ENABLE_GO ===
-@c
-@subsection Specify Application Includes Go Code
-
-@findex CONFIGURE_ENABLE_GO
-
-@table @b
-@item CONSTANT:
-@code{CONFIGURE_ENABLE_GO}
-
-@item DATA TYPE:
-Boolean feature macro.
-
-@item RANGE:
-Defined or undefined.
-
-@item DEFAULT VALUE:
-This is not defined by default.
-
-@end table
-
-@subheading DESCRIPTION:
-@code{CONFIGURE_ENABLE_GO} is defined to inform RTEMS that the Go
-run-time is to be used by the application.
-
-@subheading NOTES:
-The Go language support is experimental
-
-@c
-@c === CONFIGURE_MAXIMUM_GOROUTINES ===
-@c
-@subsection Specify the maximum number of Go routines
-
-@findex CONFIGURE_MAXIMUM_GOROUTINES
-
-@table @b
-@item CONSTANT:
-@code{CONFIGURE_MAXIMUM_GOROUTINES}
-
-@item DATA TYPE:
-Unsigned integer (@code{uint32_t}).
-
-@item RANGE:
-Zero or positive.
-
-@item DEFAULT VALUE:
-The default value is 400
-
-@end table
-
-@subheading DESCRIPTION:
-@code{CONFIGURE_MAXIMUM_GOROUTINES} is defined to specify the maximum number of
-Go routines.
-
-@subheading NOTES:
-The Go language support is experimental
-
-@c
-@c === CONFIGURE_MAXIMUM_GO_CHANNELS ===
-@c
-@subsection Specify the maximum number of Go Channels
-
-@findex CONFIGURE_MAXIMUM_GO_CHANNELS
-
-@table @b
-@item CONSTANT:
-@code{CONFIGURE_MAXIMUM_GO_CHANNELS}
-
-@item DATA TYPE:
-Unsigned integer (@code{uint32_t}).
-
-@item RANGE:
-Zero or positive.
-
-@item DEFAULT VALUE:
-The default value is 500
-
-@end table
-
-@subheading DESCRIPTION:
-@code{CONFIGURE_MAXIMUM_GO_CHANNELS} is defined to specify the maximum number
-of Go channels.
-
-@subheading NOTES:
-The Go language support is experimental
-
-@c
@c === Configuration Data Structures ===
@c
@section Configuration Data Structures