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

kocherga_serial: update header format #26

Merged
merged 3 commits into from
Apr 4, 2024

Conversation

coderkalyan
Copy link
Contributor

Fixes #22

@pavel-kirienko
Copy link
Member

I think it is best to move CRCs into the common header -- kocherga.hpp -- because they will be used in the Cyphal/UDP transport as well. Maybe there are some other common parts here.

@coderkalyan
Copy link
Contributor Author

Ok, will do. I'll ping you when it's actually ready, tests aren't passing right now.

@coderkalyan coderkalyan marked this pull request as ready for review March 30, 2024 06:55
@coderkalyan
Copy link
Contributor Author

@pavel-kirienko This should be ready for review now. Sorry it took so long.

Copy link
Member

@pavel-kirienko pavel-kirienko left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please look into the build issues. I think the CI should run automatically now; let me know if it doesn't.

kocherga/kocherga.hpp Outdated Show resolved Hide resolved
kocherga/kocherga_serial.hpp Outdated Show resolved Hide resolved
kocherga/kocherga_serial.hpp Outdated Show resolved Hide resolved
kocherga/kocherga_serial.hpp Outdated Show resolved Hide resolved
kocherga/kocherga_serial.hpp Outdated Show resolved Hide resolved
tests/unit/serial/test_misc.cpp Outdated Show resolved Hide resolved
tests/unit/serial/test_stream.cpp Outdated Show resolved Hide resolved
@coderkalyan
Copy link
Contributor Author

@pavel-kirienko I don't think the CI is running automatically.

@pavel-kirienko
Copy link
Member

I don't think the CI is running automatically.

ok it should now

@coderkalyan
Copy link
Contributor Author

Thanks, everything is good now except for sonarcloud (not sure what's wrong exactly, but doesn't seem to be related to the code).

Copy link
Member

@pavel-kirienko pavel-kirienko left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sonar is slightly misconfigured because the SONAR_TOKEN is not exported for pull request builds and also because it runs on an old Java version. It is safe to ignore that for now.

Please see my latest comments and then we can merge it.

tests/unit/serial/test_misc.cpp Outdated Show resolved Hide resolved
@coderkalyan
Copy link
Contributor Author

Thanks. Just pushed the updated test.

@pavel-kirienko pavel-kirienko merged commit 4395519 into Zubax:master Apr 4, 2024
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.

Update the Cyphal/serial header format
2 participants