Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

<CC_OS> The initialisation structures shall not be static alocated #201

Closed
pranjalchanda08 opened this issue Jan 5, 2023 · 0 comments · Fixed by #202 or #200
Closed

<CC_OS> The initialisation structures shall not be static alocated #201

pranjalchanda08 opened this issue Jan 5, 2023 · 0 comments · Fixed by #202 or #200
Assignees
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

Comments

@pranjalchanda08
Copy link
Contributor

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.

@pranjalchanda08 pranjalchanda08 added enhancement Upgrading feature or request critical update This is a critical update terravisor Terravisor related issue cyancore framework Cyancore framework feature request bug-critical System failure can be predicted helios Related to CC Kernel Development labels Jan 5, 2023
@pranjalchanda08 pranjalchanda08 added this to the Boron milestone Jan 5, 2023
@pranjalchanda08 pranjalchanda08 self-assigned this Jan 5, 2023
@pranjalchanda08 pranjalchanda08 linked a pull request Jan 5, 2023 that will close this issue
@pranjalchanda08 pranjalchanda08 linked a pull request Jan 10, 2023 that will close this issue
@akashkollipara akashkollipara moved this to Done in Terravisor Jul 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
Status: Done
2 participants