-
Notifications
You must be signed in to change notification settings - Fork 157
Closed
Labels
Description
For a project of mine I wrote a very crude (due to my limited experience) external lbuild-repository to integrate protocol buffers via nanopb into modm:
https://github.com/lmoesch/modm-nanopb
The reason to wrap it into a seperate repo, instead of direct modm-integration, is that this needs an additional python package installed (protobuf, suprise suprise).
Since I plan on refining the code for general public use, I wonder whats "best pratice" in this case, to provide it to all interested modm users.
rleh