<?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 to setup VSC nrf connect to recognise my forked SDK repositories.</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/116886/how-to-setup-vsc-nrf-connect-to-recognise-my-forked-sdk-repositories</link><description>Hello, 
 I am using VSC on Windows with nRF Connect. Previously I have installed the NCS SDK using the &amp;quot;RF Connect&amp;quot; Toolchain manager. 
 
 
 I have to make changes to some USB files in the v2.6.0 SDK and these files will need to be shared with 2 other</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 04 Dec 2024 10:26:05 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/116886/how-to-setup-vsc-nrf-connect-to-recognise-my-forked-sdk-repositories" /><item><title>RE: How to setup VSC nrf connect to recognise my forked SDK repositories.</title><link>https://devzone.nordicsemi.com/thread/513388?ContentTypeID=1</link><pubDate>Wed, 04 Dec 2024 10:26:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2e98b8b4-20b5-44ad-a355-59afca9c904a</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;You could have a look at the&amp;nbsp;example application in zephyr:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://github.com/zephyrproject-rtos/example-application"&gt;https://github.com/zephyrproject-rtos/example-application&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;This will point to the sdk remote:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://github.com/zephyrproject-rtos/example-application/blob/main/west.yml#L10"&gt;https://github.com/zephyrproject-rtos/example-application/blob/main/west.yml#L10&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;/p&gt;
&lt;p&gt;Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to setup VSC nrf connect to recognise my forked SDK repositories.</title><link>https://devzone.nordicsemi.com/thread/513087?ContentTypeID=1</link><pubDate>Tue, 03 Dec 2024 01:01:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:92f7b5fc-2020-4ecd-b5f9-5049dd49b470</guid><dc:creator>Logicomwk</dc:creator><description>&lt;p&gt;Thank you for the response and the update link.&lt;/p&gt;
&lt;p&gt;If I keep a fork of the repository on my github account.&amp;nbsp; Is there documentation on how I can use my forked repository with VSC and nRF Connect in the Freestanding mode.&amp;nbsp; i.e. my application lies outside the NCS SDK.&amp;nbsp; I believe this is how VSC and nRF Connect work in the default case.&lt;/p&gt;
&lt;p&gt;I was able to perform the steps in Workflow 4 (from your link above)&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to setup VSC nrf connect to recognise my forked SDK repositories.</title><link>https://devzone.nordicsemi.com/thread/513001?ContentTypeID=1</link><pubDate>Mon, 02 Dec 2024 14:11:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:173212c5-cc23-4f37-a9d1-3a929a9843f9</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Your link points to the very first release (v0.3) of NCS. Here&amp;#39;s an updated link:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-2.7.0/page/nrf/dev_model_and_contributions/adding_code.html"&gt;https://docs.nordicsemi.com/bundle/ncs-2.7.0/page/nrf/dev_model_and_contributions/adding_code.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
[quote user=""]I have to make changes to some USB files in the v2.6.0 SDK and these files will need to be shared with 2 other developers.[/quote]
&lt;p&gt;The easiest way to share what differs is either to share the commit itself, and cherry-pick, or that you keep a fork of the SDK with these changes already present.&lt;/p&gt;
&lt;p&gt;Another alternative is to provide a diff/patch of your changes:&lt;/p&gt;
&lt;p&gt;cd path/to/ncs/&amp;lt;repo&amp;gt;&lt;/p&gt;
&lt;p&gt;git diff &amp;gt; my_changes.diff&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;And apply this via &amp;quot;git apply my_changes.diff&amp;quot;.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;/p&gt;
&lt;p&gt;Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>