<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>How can I clone a Zephyr library into my project and properly integrate it into the build system?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/127150/how-can-i-clone-a-zephyr-library-into-my-project-and-properly-integrate-it-into-the-build-system</link><description>Hi everyone, 
 I am currently working on a project using the nRF54L05 and SE052F (from NXP). 
 I found this GitHub link: https://github.com/NXPPlugNTrust/nano-package/blob/master/zephyr/readme.rst 
 It mentions that I can clone this library into my project</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 24 Feb 2026 12:44:18 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/127150/how-can-i-clone-a-zephyr-library-into-my-project-and-properly-integrate-it-into-the-build-system" /><item><title>RE: How can I clone a Zephyr library into my project and properly integrate it into the build system?</title><link>https://devzone.nordicsemi.com/thread/561951?ContentTypeID=1</link><pubDate>Tue, 24 Feb 2026 12:44:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e32661b2-b0ec-4585-9f5c-c5a898c259f9</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;You can create a west workspace following the&amp;nbsp;&lt;a href="https://docs.zephyrproject.org/latest/develop/west/workspaces.html#west-t2" rel="nofollow"&gt;West T2 topology&lt;/a&gt;&amp;nbsp;like in the NCS example application at&amp;nbsp;&lt;a href="https://github.com/nrfconnect/ncs-example-application/tree/v3.2.0"&gt;https://github.com/nrfconnect/ncs-example-application/tree/v3.2.0&lt;/a&gt;&amp;nbsp;, then in your west manifest file, specify that this module should be imported. It may look something like this:&lt;/p&gt;
&lt;p&gt;west.yml&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;manifest:
  self:
    west-commands: scripts/west-commands.yml

  remotes:
    - name: ncs
      url-base: https://github.com/nrfconnect
    - name: nxp
      url-base: https://github.com/NXPPlugNTrust 

  projects:
    - name: nrf
      remote: ncs
      repo-path: sdk-nrf
      revision: v3.2.1
      import: true
    - name: nano-package
      remote: nxp
      path: modules/lib/nano-package&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Vidar&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>