This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

LP-AM243: FreeRTOS-POSIX, C++, std::future, std::mutex, std::chrono, std::this_thread, std::thread, std::condition_variable

Part Number: LP-AM243

Dear TI support,

I use and LP-AM243x Evaluation Board with the SDK "mcu_plus_sdk_am243x_08_02_00_31".

I used an empty FreeRtos project  with all Cores, but only use the r5fss0-0 Core yet.

For this Core I implemented the FreeRtos-Posix support.

Now I want to implement c++ Code which use this functions:

std::future, std::mutex, std::chrono, std::this_thread, std::thread, std::condition_variable, etc.

For my purporse I need this functions.

Do you have any freertos-addon or somthing that make this function work on my system?