-
-
Notifications
You must be signed in to change notification settings - Fork 0
Setup ECU CAN Middle-Layer #158
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
Merged
Merged
+181
−34
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ed242cf to
1fc585a
Compare
98c93ee to
ebe42e9
Compare
2f900f0 to
f327acb
Compare
Signed-off-by: Daniel Hansen <105574022+dchansen06@users.noreply.github.com>
dchansen06
added a commit
that referenced
this pull request
Jan 5, 2026
3 tasks
…are edited from multiple directions, maybe down the road it would make sense but as of right now it does not save much since more things are being added and passed as the inherent state data than just its other bits (eg all the other things should be passed but it should not have to update a union / struct memory size and associated)
dchansen06
commented
Jan 5, 2026
Contributor
Author
dchansen06
left a comment
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.
More CAN messages will likely need to be read at some point, those will have to be added at that point. For now this copies the data that most/all things needed for ECU-25
…ngaged and rtd_engaged to rtd_button_engaged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
2 PRIORITY
Important and a priority, but less than URGENT
Boards
Related to or involving any physical boards
CMake
Anything related to or dealing with CMake
Documentation
Improvements or additions to documentation
Enhancement
New feature or request
Peripheral
Related to or involving a peripheral including abstractions
Small Fry
Something that is small, could include bug fixes or smaller changes
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Setup ECU CAN Middle-Layer
Problem and Scope
CAN is in progress in #31
State machine is in progress in #141
Need some way to populate those fields and have things ready for actual coding while URCA team is in progress
Description
Adds CAN handler style functionality intended to sit above the CAN peripheral abstraction and below the state machine and it's operations
Gotchas and Limitations
Fluid, likely to be heavily changed as the URCA and CAN Peripheral Abstraction change
Testing
Testing Details
See #151
Larger Impact
Attempts to tie different things together
Additional Context and Ticket
See