Mercurial > ecos-v3_0-branch
changeset 2780:b55bdbf25043
Clarify usage of CYGNUM_UITRON_TASKS
| author | bartv |
|---|---|
| date | Mon, 09 Feb 2009 21:55:26 +0000 |
| parents | d118fd82f758 |
| children | 0b208f1f4dd5 |
| files | packages/compat/uitron/current/ChangeLog packages/compat/uitron/current/cdl/tasks.cdl |
| diffstat | 2 files changed, 10 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/packages/compat/uitron/current/ChangeLog +++ b/packages/compat/uitron/current/ChangeLog @@ -1,3 +1,8 @@ +2009-02-09 Bart Veer <bartv@ecoscentric.com> + + * cdl/tasks.cdl: clarify usage of CYGNUM_UITRON_TASKS, bug + 22913. + 2006-10-12 Nick Garnett <nickg@ecoscentric.com> * cdl/uitron.cdl: Add reqirement for UITRON conformant mailbox
--- a/packages/compat/uitron/current/cdl/tasks.cdl +++ b/packages/compat/uitron/current/cdl/tasks.cdl @@ -8,7 +8,7 @@ ## ####ECOSGPLCOPYRIGHTBEGIN#### ## ------------------------------------------- ## This file is part of eCos, the Embedded Configurable Operating System. -## Copyright (C) 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc. +## Copyright (C) 1998, 1999, 2000, 2001, 2002, 2009 Free Software Foundation, Inc. ## ## eCos is free software; you can redistribute it and/or modify it under ## the terms of the GNU General Public License as published by the Free @@ -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"
