This is the mail archive of the ecos-patches@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

clarify CYGNUM_UITRON_TASKS usage


This allows me to close an old bug.

Bart

2009-02-09  Bart Veer  <bartv@ecoscentric.com>

	* cdl/tasks.cdl: clarify usage of CYGNUM_UITRON_TASKS, bug
	22913.

Index: cdl/tasks.cdl
===================================================================
RCS file: /cvs/ecos/ecos/packages/compat/uitron/current/cdl/tasks.cdl,v
retrieving revision 1.5
diff -u -p -r1.5 tasks.cdl
--- cdl/tasks.cdl	29 Jan 2009 17:47:52 -0000	1.5
+++ cdl/tasks.cdl	9 Feb 2009 21:54:26 -0000
@@ -55,7 +55,10 @@ cdl_option CYGNUM_UITRON_TASKS {
     default_value 4
     description   "
         The number of uITRON tasks present in the system.
-        Valid task object IDs will range from 1 to this value."
+        Valid task object IDs will range from 1 to this value.
+        When changing this option it is also necessary to change
+        CYGDAT_UITRON_TASK_INITIALIZERS and possibly
+        CYGDAT_UITRON_TASK_EXTERNS, giving all tasks a stack."
 }
 cdl_option CYGNUM_UITRON_START_TASKS {
     display       "Start tasks"


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]