Zephyr snippets helps developers extend the capabilities of their device firmware with simple command line controls. This post shows how to add logging to an application, but only target it at debug images and only in the application portion of a firmware image.
Sign up for the AirTag Clone webinar series to watch Golioth build out board definition files for the Orleon board, a Bluetooth sensor platform/playground. The upcoming session on May 23rd will walk through setting up all required build files.
Zephyr board configurations can be changed from within your overlay files for your application. In this article, we show how you can change the properties and nodes of your devicetree to create different behavior during boot.
Chris Duf, author of the DTSh tool, writes about how to better visualize your Devicetree in Zephyr and troubleshoot hard-to-find bugs in a Zephyr project.
Learning Devicetree is one of the more difficult parts of getting comfortable with Zephyr. This post walks you through an example error and points out things to check while troubleshooting.