<?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>Starting a new project with custom file structure</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/42837/starting-a-new-project-with-custom-file-structure</link><description>Hello Everyone, 
 I am using nRF52832 with Softdevice S132 v5.0 and SDK 14.2. 
 I have been using ble_app_uart application as a starting point with SES. What i need now is to have a file structure of my own that i could use to version control for the</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 22 Jan 2019 18:40:37 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/42837/starting-a-new-project-with-custom-file-structure" /><item><title>RE: Starting a new project with custom file structure</title><link>https://devzone.nordicsemi.com/thread/167195?ContentTypeID=1</link><pubDate>Tue, 22 Jan 2019 18:40:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e6753e39-a3c1-4833-844a-8df55911fb40</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I think the easiest approach would be to just create your folder structure inside the project directory and make sure to import any SDK files you want to modify to this folder, then you shouldn&amp;#39;t need to have version control of the SDK itself.&amp;nbsp; Alternatively, if you want more separation, replace all relative paths in the *.emProjecfile&amp;nbsp; with a variable that holds the full path to the SDK copy, adjacent to your custom file structure for instance.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;E.g.,&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;&amp;lt;file file_name=&amp;quot;$(SDK_ROOT)/modules/nrfx/mdk/system_nrf52.c&amp;quot; /&amp;gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>