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

Support both CAN and CAN FD. #198

Merged
merged 7 commits into from
Jan 10, 2023
Merged

Support both CAN and CAN FD. #198

merged 7 commits into from
Jan 10, 2023

Conversation

aentinger
Copy link
Member

This fixes #178.

This supersedes #197.

This fixes #178.

This supersedes #197.
@aentinger aentinger added topic: firmware Code that runs on an embedded system. type: enhancement PR to improve the project. labels Jan 10, 2023
@aentinger aentinger self-assigned this Jan 10, 2023
@aentinger aentinger marked this pull request as ready for review January 10, 2023 09:43
@aentinger
Copy link
Member Author

It's ugly, it relies on dynamic memory allocation (at startup) but the code in #197 is considerably uglier. What do you think @pavel-kirienko ?

src/CircularBuffer.ipp Show resolved Hide resolved
src/Node.cpp Show resolved Hide resolved
src/Node.cpp Outdated Show resolved Hide resolved
src/Node.cpp Outdated Show resolved Hide resolved
@107-systems 107-systems deleted a comment from github-actions bot Jan 10, 2023
src/Node.cpp Show resolved Hide resolved
@aentinger aentinger merged commit 6fc2819 into main Jan 10, 2023
@aentinger aentinger deleted the fix-178-rev-2 branch January 10, 2023 15:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: firmware Code that runs on an embedded system. type: enhancement PR to improve the project.
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

[Feature Request] Implement support for CAN FD (64 Bytes MTU)
2 participants