wafa_ath
DIIDevHeads IoT Integration Server
•Created by Dtynin on 6/7/2024 in #middleware-and-os
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