
'Using Snippets in Zephyr: a Shorthand for Changing Build Configuration'
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 …


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 …

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 …

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 …

In this post, we’ll walk through a couple methods for defining abstract hardware interfaces in Zephyr using the devicetree. You’ve probably seen abstract …

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.

Zephyr has a lot of tricks up its sleeve and most recently I used it to enable power regulators on a custom Golioth board. Perhaps the most interesting part of …

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 …