Hi Leon,

I am not sure if that is something for your use case, but DLR recently 
published the core-parts of its OS-abstraction layer as FOSS.
You can find it here: https://github.com/DLR-RY
Depending on build system configuration it builds for RTEMS (classic API), 
Linux (POSIX-API) and FreeRTOS with nearly the same code.
The abstraction is quite thin and targeted for embedded systems with high 
reliability constraints (e.g. no dynamic allocation is used).

Cheers,

    Jan

From: users [mailto:[email protected]] On Behalf Of Leon Pollak
Sent: Monday, March 05, 2018 1:28 PM
To: [email protected]
Subject: C++ Library

Hello, all.

I was using RTEMS for some 15-17 years for my C++ soft real time applications, 
but then was forced to switch to Linux. Because the vendor support of their 
chips (Texas Instruments) is in Linux only.

But still, writing my applications in Linux after RTEMS is so painful... :-)
All the time I remember the very logical and simple native RTEMS API wrapped 
into C++ and cry for this in Linux.

May be somebody knows something that I don't know about C++ wrapper/library, 
which implements multitasking environment most closely to RTEMS?

Many thanks ahead..:-)

Leon
_______________________________________________
users mailing list
[email protected]
http://lists.rtems.org/mailman/listinfo/users

Reply via email to