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

Joel Sherrill joel at rtems.org
Mon Jul 22 23:25:23 UTC 2013


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

Author:    Cynthia Rempel <cynt6007 at vandals.uidaho.edu>
Date:      Mon Jul 22 18:30:07 2013 -0500

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

---

 doc/user/conf.t |  101 ++++++++++++++++++++++++++++++++++++++++++++++++++++--
 1 files changed, 97 insertions(+), 4 deletions(-)

diff --git a/doc/user/conf.t b/doc/user/conf.t
index d1fa04d..206eb1b 100644
--- a/doc/user/conf.t
+++ b/doc/user/conf.t
@@ -3686,7 +3686,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
 
@@ -4510,7 +4510,8 @@ Unsigned integer (@code{uint32_t}).
 Undefined or positive.
 
 @item DEFAULT VALUE:
-By default, when @code{CONFIGURE_GNAT_RTEMS} is defined, this is set to 20.
+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.
 
 @end table
 
@@ -4530,7 +4531,7 @@ None.
 
 @table @b
 @item CONSTANT:
- at findex CONFIGURE_MAXIMUM_FAKE_ADA_TASKS
+ at findex @code{CONFIGURE_MAXIMUM_FAKE_ADA_TASKS}
 
 @item DATA TYPE:
 Unsigned integer (@code{uint32_t}).
@@ -4539,7 +4540,7 @@ Unsigned integer (@code{uint32_t}).
 Zero or positive.
 
 @item DEFAULT VALUE:
-This is not defined by default, which implies zero (0) @i{fake} Ada Tasks.
+The default value is 0.
 
 @end table
 
@@ -4553,6 +4554,98 @@ uses the Ada run-time.
 None.
 
 @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