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?