-
Notifications
You must be signed in to change notification settings - Fork 1
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
Deduplicate common messages #37
Deduplicate common messages #37
Conversation
d7deafa
to
281c8d1
Compare
281c8d1
to
c439077
Compare
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.
way nicer that it used to be!
ff9f0d7
to
9a11d83
Compare
9a11d83
to
8230d5f
Compare
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.
tested in mcu firmware and works well.
823cfc3
to
bd214e8
Compare
bd214e8
to
870a487
Compare
to make generation from Makefile in private repo works
a3655d4
to
ba1d72c
Compare
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.
i fixed cmake build (zephyr)
Previously the way we were compiling our protos resulted in duplicated rust structs for all messages in the common file.
I've reworked everything to use much more sensible file names, shorter module names, and most importantly, to unify the common types.