-
Notifications
You must be signed in to change notification settings - Fork 2
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
Update faultstate #312
Update faultstate #312
Conversation
More flexible CAN Send structure
…n signatures - Compile fixes for driver - Deprecated data types removed
- Minor bug fixes - Notice of deprecation for legacy MC driver
- Moved LUT struct def into the C file - fixed doc comments
- still need to make readfunc populate the idx field
- fixed comments - fixed lookup table type
… changed a bit of throwTaskError logic, removed some comments.
I think overall its kinda weird that the function throwTaskError is not called in task functions but in application level functions. I think it would make more sense if the app functions returned an error status that was used by the throwTaskError function in the actual task. This would probably make the architecture of the code a bit easier to understand in terms of data flow. |
…gs haven't changed since we weren't ever checking them anyways.
Accepted deletion of unnecessary tab Co-authored-by: Ishan Deshpande <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Doesn't look like the Docs compile right now.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix the changes we talked about
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Make sure this works
…, changed the recoverability option to nonrecoverable.
…o update_faultstate
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems fine
No description provided.