is there any efficient and robust C++ wrapper for Threadx RTOS which can be used out of the box ?
Hey guy is there any authentic,efficient and robust C++ wrapper for Threadx RTOS which can be used out of the box ? My embedded software application is written in C++ but now I want to create a RTOS wrapper to use ThreadX RTOS. Any idea would be much appreciated.
@Middleware & OS
2 Replies
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
GitHub
GitHub - HosseinSagha/threadx-cpp: Eclipse ThreadX C++ wrapper APIs...
Eclipse ThreadX C++ wrapper APIs (Formerly Azure ThreadX) - HosseinSagha/threadx-cpp
Thanks @wafa_ath for the resource, it helped