Include Zephyr third-party modules via library #257
Unanswered
beriberikix
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm experimenting with integrating Golioth. The simple path would be to include it in the top-level
west.ymlbut has its downsides (ex. will need wait to merge; not scalable for the project.)Is there some clever way import projects as modules so that they can be used as part of the library?
Said differently - is there a recommended path to create Arduino libraries that are essentially C++ wrappers with Arduino-flavored APIs that are based on existing Zephyr modules?
Beta Was this translation helpful? Give feedback.
All reactions