https://docs.golioth.io/docs/guides/creating-an-app/
https://github.com/zephyrproject-rtos/example-application
The "Creating a New Application from Scratch" guide describes how to build a Zephyr project out of tree. The Zephyr folks have been developing a similar example repo that covers best practices. Moreover, they recently turned on the "repo template" feature.
So should we:
- Move to using
example-application?
- Instruct users to create a new repo from the template?
Looking for input!