We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Per @DivyaMendpara experience, she found you need to enable the task stats AFTER you call the scheduler_tcb_init() call for the task.
scheduler_tcb_init()
When you call scheduler_tcb_init(), it overrides the values in the struct to the default values per the user config:
https://github.com/Severson-Group/AMDC-Firmware/blob/v1.0.x/sdk/app_cpu1/common/sys/scheduler.c#L84-L88
Update the docs to highlight this fact!!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Per @DivyaMendpara experience, she found you need to enable the task stats AFTER you call the
scheduler_tcb_init()
call for the task.When you call
scheduler_tcb_init()
, it overrides the values in the struct to the default values per the user config:https://github.com/Severson-Group/AMDC-Firmware/blob/v1.0.x/sdk/app_cpu1/common/sys/scheduler.c#L84-L88
TODO
Update the docs to highlight this fact!!
The text was updated successfully, but these errors were encountered: