<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>West Manifest Archives - The Golioth Developer Blog</title>
	<atom:link href="https://blog.golioth.io/tag/west-manifest/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.golioth.io/tag/west-manifest/</link>
	<description>Golioth, Zephyr, and IoT Development News and How Tos</description>
	<lastBuildDate>Mon, 05 Jan 2026 21:47:58 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://blog.golioth.io/wp-content/uploads/2023/09/cropped-Golioth_Symbol_Coral_RGB-1-32x32.png</url>
	<title>West Manifest Archives - The Golioth Developer Blog</title>
	<link>https://blog.golioth.io/tag/west-manifest/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Find Breaking Changes in Zephyr Using Git Bisect</title>
		<link>https://blog.golioth.io/find-breaking-changes-in-zephyr-using-git-bisect/</link>
		
		<dc:creator><![CDATA[Mike Szczys]]></dc:creator>
		<pubDate>Tue, 06 Jan 2026 15:33:02 +0000</pubDate>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[git bisect]]></category>
		<category><![CDATA[West Manifest]]></category>
		<category><![CDATA[west update]]></category>
		<category><![CDATA[zephyr]]></category>
		<guid isPermaLink="false">https://blog.golioth.io/?p=10407</guid>

					<description><![CDATA[<p>Finding breaking changes in upstream code is a difficult process. Git bisect and good commit discipline (like the Zephyr team maintains) helps to quickly pinpoint issues so you can pull in changes as needed.</p>
<p>The post <a href="https://blog.golioth.io/find-breaking-changes-in-zephyr-using-git-bisect/">Find Breaking Changes in Zephyr Using Git Bisect</a> appeared first on <a href="https://blog.golioth.io">The Golioth Developer Blog</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>West Commands Every Zephyr User Should Know</title>
		<link>https://blog.golioth.io/west-commands-every-zephyr-user-should-know/</link>
		
		<dc:creator><![CDATA[Mike Szczys]]></dc:creator>
		<pubDate>Tue, 17 Dec 2024 15:11:10 +0000</pubDate>
				<category><![CDATA[Zephyr]]></category>
		<category><![CDATA[west]]></category>
		<category><![CDATA[West Manifest]]></category>
		<guid isPermaLink="false">https://blog.golioth.io/?p=8426</guid>

					<description><![CDATA[<p>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 for when working on Zephyr-based IoT projects.</p>
<p>The post <a href="https://blog.golioth.io/west-commands-every-zephyr-user-should-know/">West Commands Every Zephyr User Should Know</a> appeared first on <a href="https://blog.golioth.io">The Golioth Developer Blog</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>Zephyr: What modules should you add to a manifest allow list?</title>
		<link>https://blog.golioth.io/zephyr-what-modules-should-you-add-to-a-manifest-allow-list/</link>
		
		<dc:creator><![CDATA[Mike Szczys]]></dc:creator>
		<pubDate>Tue, 15 Oct 2024 14:31:26 +0000</pubDate>
				<category><![CDATA[Firmware]]></category>
		<category><![CDATA[SDK]]></category>
		<category><![CDATA[Zephyr]]></category>
		<category><![CDATA[allow list]]></category>
		<category><![CDATA[West Manifest]]></category>
		<category><![CDATA[zephyr]]></category>
		<guid isPermaLink="false">https://goliothblogdev.wpenginepowered.com/?p=8082</guid>

					<description><![CDATA[<p>Zephyr's west manifest system includes an allow-list to filter dependencies from upstream libraries (like the Zephyr tree itself). Use it to tightly control what libraries your projects use, and to stop checking out way too many unused code.</p>
<p>The post <a href="https://blog.golioth.io/zephyr-what-modules-should-you-add-to-a-manifest-allow-list/">Zephyr: What modules should you add to a manifest allow list?</a> appeared first on <a href="https://blog.golioth.io">The Golioth Developer Blog</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>Manifests: Project Sanity in the Ever-Changing Zephyr World</title>
		<link>https://blog.golioth.io/manifests-project-sanity-in-the-ever-changing-zephyr-world/</link>
		
		<dc:creator><![CDATA[Chris Gammell]]></dc:creator>
		<pubDate>Thu, 24 Aug 2023 14:47:39 +0000</pubDate>
				<category><![CDATA[Zephyr]]></category>
		<category><![CDATA[EOSS]]></category>
		<category><![CDATA[revision control]]></category>
		<category><![CDATA[West Manifest]]></category>
		<category><![CDATA[ZDS]]></category>
		<category><![CDATA[zephyr]]></category>
		<guid isPermaLink="false">https://goliothblogdev.wpenginepowered.com/?p=4977</guid>

					<description><![CDATA[<p>If you take one thing away from this [talk], it should be this: Manifest files are a great way to manage revision control in your Zephyr applications. Mike Szczys is my teammate in the Developer Relations group and the primary firmware engineer creating Golioth Reference Designs. We build on top of the Golioth Zephyr SDK [&#8230;]</p>
<p>The post <a href="https://blog.golioth.io/manifests-project-sanity-in-the-ever-changing-zephyr-world/">Manifests: Project Sanity in the Ever-Changing Zephyr World</a> appeared first on <a href="https://blog.golioth.io">The Golioth Developer Blog</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>Improving Zephyr Project Structure with Manifest Files</title>
		<link>https://blog.golioth.io/improving-zephyr-project-structure-with-manifest-files/</link>
		
		<dc:creator><![CDATA[Asgeir Stavik Hustad]]></dc:creator>
		<pubDate>Thu, 03 Mar 2022 16:00:12 +0000</pubDate>
				<category><![CDATA[Community]]></category>
		<category><![CDATA[Zephyr]]></category>
		<category><![CDATA[West Manifest]]></category>
		<category><![CDATA[zephyr]]></category>
		<guid isPermaLink="false">https://blog.golioth.network/?p=1192</guid>

					<description><![CDATA[<p>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 more precise control over when and how a project will be updated down the line. </p>
<p>The post <a href="https://blog.golioth.io/improving-zephyr-project-structure-with-manifest-files/">Improving Zephyr Project Structure with Manifest Files</a> appeared first on <a href="https://blog.golioth.io">The Golioth Developer Blog</a>.</p>
]]></description>
		
		
		
			</item>
	</channel>
</rss>
