<CC_OS> The initialisation structures shall not be static alocated #201
Labels
bug-critical
System failure can be predicted
critical update
This is a critical update
cyancore framework
Cyancore framework feature request
enhancement
Upgrading feature or request
helios
Related to CC Kernel Development
terravisor
Terravisor related issue
Describe the bug
Currently the task definitions are being done using CC_TASK_DEF which creates a static allocation in BSS section of the RAM. Need to restructure to use Heap so that when termination happens we can clean up that area as well.
Same applies to other task modules as well.
The text was updated successfully, but these errors were encountered: