[rtems commit] doc/user/conf.t: Fix SMP_MAXIMUM_PROCESSORS and add Go configuration

Joel Sherrill joel at rtems.org
Wed Jul 24 18:08:28 UTC 2013


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

Author:    Cynthia Rempel <cynt6007 at vandals.uidaho.edu>
Date:      Wed Jul 24 13:06:26 2013 -0500

doc/user/conf.t: Fix SMP_MAXIMUM_PROCESSORS and add Go configuration

---

 doc/user/conf.t |   94 ++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 93 insertions(+), 1 deletions(-)

diff --git a/doc/user/conf.t b/doc/user/conf.t
index 206eb1b..e708c59 100644
--- a/doc/user/conf.t
+++ b/doc/user/conf.t
@@ -3657,7 +3657,7 @@ Boolean feature macro.
 Defined or undefined.
 
 @item DEFAULT VALUE:
-This is not defined by default.
+The default value is 1, (if CONFIGURE_SMP_APPLICATION is defined).
 
 @end table
 
@@ -4646,6 +4646,98 @@ 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