wafa_ath
wafa_ath
is there any efficient and robust C++ wrapper for Threadx RTOS which can be used out of the box ?
You'll need to create your own. A basic approach encapsulating ThreadX objects in C++ classes and using RAII principles for resource management. Check this https://github.com/HosseinSagha/threadx-cpp
3 replies