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

Add multi-isotp and error checking to CAN-FD #71

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

collin80
Copy link

@collin80 collin80 commented Feb 9, 2024

You may not want to merge this all as-is. It's kind of messy and multiple items. But, if any of this is desirable I could create multiple pull requests.

Two big changes:

  1. The isotp code now supports 16 independent streams instead of one. For some things, like in my case an ECU, you want to be able to handle multiple streams at once

  2. Previously the error checking code only worked on CAN1 and CAN2 but I implemented it for CAN3 as well now. Also, I reorganized the CAN_error_t struct to be more memory efficient and put the strings into const memory outside the struct to also save more space.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant