The Golioth Developer Blog
Tag

West Manifest

5 posts
How To

Find Breaking Changes in Zephyr Using Git Bisect

Finding breaking changes in upstream code is a difficult process. Git bisect and good commit discipline (like the Zephyr team maintains) helps to quickly …

M
Mike Szczys
Jan 6, 2026 · 9 min
Zephyr

West Commands Every Zephyr User Should Know

Zephyr's west meta tool can perform a vast number of useful operations. Here's a collection of both command and uncomon commands that we find ourselves reaching …

M
Mike Szczys
Dec 17, 2024 · 8 min
Community Zephyr

Improving Zephyr Project Structure with Manifest Files

Zephyr (west) manifest files allow the user to specify where and when dependencies are included into a project. Doing so allows cleaner project repositories and …

A
Asgeir Stavik Hustad
Mar 3, 2022 · 6 min