Hi community,
We are using FreeRTOS and are currently trying out the posix layer.
It seems to us that it is NOT straight-forward to, for example, suspend and resume a task. pthread_cancel can be used to suspend, but what about resuming it ?
Are we missing something ?