RE: C++ Library

2018-03-05 Thread Jan.Sommer
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

C++ Library

2018-03-05 Thread Leon Pollak
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 t