Re: Statically allocated build

2021-09-27 Thread Sebastian Huber
Hello, On 24/09/2021 20:08, Петр Борисенко wrote: Hello everyone! I am currently creating a aerial robot application upon the arm/stm32f4 bsp (extending it, possibly will contribute soon) I have just moved from RTEMS5 to RTEMS6 and have a few questions. 1. I don't understand how to build a

Re: [EXTERNAL] Re: rtems_semaphore routines on SMP systems

2021-09-27 Thread Sebastian Huber
Hello Michel, On 27/09/2021 18:59, Michel, John M wrote: Could you clarify what you mean by "concurrent use and deletion of a semaphore object is undefined behaviour on SMP systems". sorry for being so unclear. What I meant is using the semaphore (obtain or release) in one thread and

Re: Pleiades Neo and RTEMS?

2021-09-27 Thread Seronie-Vivien, Jacques
Airbus Amber Hi All, Airbus doesn't communicate much about its internal designs but it's no secret that we use RTEMS on most of our satellite platforms (earth observation, telecommunication, navigation and science) and also on Rosalind Franklin (aka Exomars) rover. We use an old (but stable

Re: Issue Compiling the Tool Suite on Windows 10

2021-09-27 Thread Joel Sherrill
On Mon, Sep 27, 2021, 9:32 AM Christian MAUDERER < christian.maude...@embedded-brains.de> wrote: > Hello Luke, > > compiling the tool suite on Windows is a bit tricky in my experience and > it needs ages. I just recently wanted to try a patch that would prefer > python3 and had quite some

Re: Issue Compiling the Tool Suite on Windows 10

2021-09-27 Thread Christian MAUDERER
Hello Luke, compiling the tool suite on Windows is a bit tricky in my experience and it needs ages. I just recently wanted to try a patch that would prefer python3 and had quite some problems with it: https://lists.rtems.org/pipermail/devel/2021-August/069006.html From what I can say at the

Re: Pleiades Neo and RTEMS?

2021-09-27 Thread Joel Sherrill
On Sat, Sep 25, 2021 at 12:35 AM Pierre FICHEUX wrote: > > Hi Joel, > > I work with Airbus (including Defence and Space) so I can ask them about the > OS. Thanks. At one point, there was a PDF of a presentation with Airbus' history with RTEMS. I think it came from a presentation in France and

Re: rtems_semaphore routines on SMP systems

2021-09-27 Thread Sebastian Huber
Hello Heinz, On 25/09/2021 12:23, Heinz Junkes wrote: Can the rtems_semaphore_*() routines be used on SMP systems? all the rtems_semaphore_*() routines can be used on SMP systems. However, concurrent use and deletion of a semaphore object is undefined behaviour on SMP systems. -- embedded