From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=unavailable autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!.POSTED!not-for-mail From: "J-P. Rosen" Newsgroups: comp.lang.ada Subject: Re: Ada in command / control systems Date: Tue, 26 Feb 2019 05:50:16 +0100 Organization: Adalog Message-ID: References: <2199b15b-d704-403f-a6c4-00fab29792d5@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Date: Tue, 26 Feb 2019 04:50:15 -0000 (UTC) Injection-Info: reader02.eternal-september.org; posting-host="6ec24de42638fec6cdbfe2233609d8bd"; logging-data="7711"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19pGyCZ6pRJ2kMASANEtkXS" User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.5.1 Cancel-Lock: sha1:KlpMoya1yLVY/0xY1yHhDpLpJiM= In-Reply-To: Content-Language: fr Openpgp: preference=signencrypt Xref: reader01.eternal-september.org comp.lang.ada:55666 Date: 2019-02-26T05:50:16+01:00 List-Id: Le 25/02/2019 à 20:21, russ lyttle a écrit : > Stack and heap space needs to be specified for > each task at compile time. Did you specify Storage_Size for the tasks? Note that it needs not be static, so you can read it from a configuration file, f.e. Heap space does not belong to a single task, it is shared. If an access type is local to a task, you can specify its space independently though. > Some items need to be specified to be > allocated to EEPROM, some to RAM, etc. You can do that with address clauses. > Ideal would be to do this > programatically with a *.ads configuration file. Address clauses need not be static, so you can specify them with values read from a file. -- J-P. Rosen Adalog 2 rue du Docteur Lombard, 92441 Issy-les-Moulineaux CEDEX Tel: +33 1 45 29 21 52, Fax: +33 1 45 29 25 00 http://www.adalog.fr