From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21593 invoked by alias); 9 Feb 2009 21:55:18 -0000 Received: (qmail 21583 invoked by uid 22791); 9 Feb 2009 21:55:18 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,J_CHICKENPOX_53,SPF_PASS X-Spam-Check-By: sourceware.org Received: from hagrid.ecoscentric.com (HELO mail.ecoscentric.com) (212.13.207.197) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 09 Feb 2009 21:55:12 +0000 Received: from localhost (hagrid.ecoscentric.com [127.0.0.1]) by mail.ecoscentric.com (Postfix) with ESMTP id B1CBB3B4003E for ; Mon, 9 Feb 2009 21:55:10 +0000 (GMT) Received: from mail.ecoscentric.com ([127.0.0.1]) by localhost (hagrid.ecoscentric.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 1SJzymJ9CDf2; Mon, 9 Feb 2009 21:55:09 +0000 (GMT) Date: Mon, 09 Feb 2009 21:55:00 -0000 Message-Id: From: Bart Veer To: ecos-patches@sourceware.org Subject: clarify CYGNUM_UITRON_TASKS usage Mailing-List: contact ecos-patches-help@ecos.sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: ecos-patches-owner@ecos.sourceware.org X-SW-Source: 2009-02/txt/msg00054.txt.bz2 This allows me to close an old bug. Bart 2009-02-09 Bart Veer * 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"