Michael Becker
Michael Becker
Apologies for the delay on my part. I've been seriously considering this, because dual core is not something officially supported by FreeRTOS. Also, I don't have any way to test...
It's to protect against race conditions that might occur if/when the Tasklet is deleted. You can see an example usage in https://github.com/michaelbecker/freertos-addons/blob/master/Linux/Demo/Linux_g%2B%2B_tasklets/main.cpp
Both. If you are using the C++ wrappers and you decide you want to permanently delete a Tasklet object, then you should be calling the delete operator, either directly or...