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 sys
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 deletin
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 an
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 problems
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
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 yo
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