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!feeder.eternal-september.org!aioe.org!.POSTED.BbH97sg9o6mM6D9Le5/JeQ.user.gioia.aioe.org!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: Ravenscar - release multiple tasks when an event occurs Date: Tue, 05 May 2020 17:22:51 +0100 Organization: Aioe.org NNTP Server Message-ID: References: NNTP-Posting-Host: BbH97sg9o6mM6D9Le5/JeQ.user.gioia.aioe.org Mime-Version: 1.0 Content-Type: text/plain X-Complaints-To: abuse@aioe.org User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (darwin) Cancel-Lock: sha1:4+L3p60k3zRGC8YEfWNhWHW26vk= X-Notice: Filtered by postfilter v. 0.9.2 Xref: reader01.eternal-september.org comp.lang.ada:58598 Date: 2020-05-05T17:22:51+01:00 List-Id: Thanks to everyone who commented. I realise that I didn't explain the full context: this is for a tiny drone, running the aircraft controller on an STM32F4. I want to add a "flow deck", which is an add-on board containing sensors for height and lateral motion. There are other decks, which would need their own tasks. I might be able to use the AdaCore 'full' runtime, but I rather want to use Cortex GNAT RTS (if nothing else, I can cause the application code to load leaving space for the boot loader).