This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

CMSIS RTOS2 - C++ support?

In the CMSIS RTOS2 documentation, it states that a C++ interface is planned for release January 2017.
"The C++11/C++14 interface is planned to be released in January 2017."

Does anyone know what became of this effort?

I'm trying to get full C++ 11 support, including std::thread etc, working on a Ti RM57 (ARM R5F) with FreeRTOS under GCC.

The CMSIS RTOSV2 layer looks useful - we also work with Keil RTX on STM32 so it would provide us with a common reference point. (and backwards compatibility).

It states that it was designed to enable full C++11/14 compliance, but I can't find anything almost a year later.