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

Added support for nanopb #166

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

joaquimjmsilva
Copy link

This PR adds support for nanopb protoc plugin.
https://jpa.kapsi.fi/nanopb/

Nanopb is a plain-C implementation that targets microcontrollers with tight memory constraints.

Copy link
Contributor

@ido-namely ido-namely left a comment

Choose a reason for hiding this comment

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

@joaquimjmsilva thank you for this contribution, apologies for the major delay in our response.

If you're still interested in seeing this PR merged, will you mind adding tests?

Thanks again, much appreciated!

Comment on lines +80 to +82
python \
py2-pip && \
pip install protobuf
Copy link
Contributor

Choose a reason for hiding this comment

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

can you explain why the python packages are necessary?
does the plugin require them? because looking at the download page it seems like all the dependencies are included, no?

Additionally, I wonder if we should specify the version of this packages.

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

Successfully merging this pull request may close these issues.

2 participants