2025-03-10 11:06 AM
Hello,
When a task has completed, does azRtos do any garbage collection? (ie remove the task and recoup the memory pools)? - OR - is it something the user has to do (even for system threads)?
If it is the latter and I have to take out the garbage, do you have an example of that (a task that monitors, deletes tasks and recovers pool memory)?