<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: KDS and Version Control in Kinetis Design Studio</title>
    <link>https://community.nxp.com/t5/Kinetis-Design-Studio/KDS-and-Version-Control/m-p/381742#M2103</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Remi,&lt;/P&gt;&lt;P&gt;a simple test is to try out your project if it still builds/works with all the ignored files and folder ignored.&lt;/P&gt;&lt;P&gt;/FLASH: yes, this is the output folder as 'debug' in my case. That folder name depends on your project settings.&lt;/P&gt;&lt;P&gt;/MQXLITE: I think this is generated from the MQXLite Processor Expert component, so you can ignore this one.&lt;/P&gt;&lt;P&gt;Debugger settings: they are created at project time, but not aftewards. Do not ignore them.&lt;/P&gt;&lt;P&gt;Dito for Startup code, do not ignore them.&lt;/P&gt;&lt;P&gt;Linker file: that depends if you generate them from Processor Expert or not. If yes, then you can ignore the linker file, otherwise not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps,&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 Nov 2015 11:23:42 GMT</pubDate>
    <dc:creator>BlackNight</dc:creator>
    <dc:date>2015-11-02T11:23:42Z</dc:date>
    <item>
      <title>KDS and Version Control</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/KDS-and-Version-Control/m-p/381738#M2099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What files other than source code should be submitted to version control?&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am interested in two areas - project related files and any required by the "Processor Expert".&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2014 20:22:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/KDS-and-Version-Control/m-p/381738#M2099</guid>
      <dc:creator>davepfaltzgraff</dc:creator>
      <dc:date>2014-10-09T20:22:10Z</dc:date>
    </item>
    <item>
      <title>Re: KDS and Version Control</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/KDS-and-Version-Control/m-p/381739#M2100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For C/C++ project you should submit&lt;/P&gt;&lt;P&gt;.project&lt;/P&gt;&lt;P&gt;.cproject&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for PEx project submit:&lt;/P&gt;&lt;P&gt;ProcessorExpert.pe&lt;/P&gt;&lt;P&gt;.ProcessorExpert.*&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please note the "." at the beginning of those files - on Linux they are hidden. Also hidden in eclipse IDE.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2014 20:42:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/KDS-and-Version-Control/m-p/381739#M2100</guid>
      <dc:creator>liborukropec</dc:creator>
      <dc:date>2014-10-09T20:42:58Z</dc:date>
    </item>
    <item>
      <title>Re: KDS and Version Control</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/KDS-and-Version-Control/m-p/381740#M2101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David,&lt;/P&gt;&lt;P&gt;this post should help you: &lt;A href="http://mcuoneclipse.com/2013/03/29/version-control-with-processor-expert-projects/" title="http://mcuoneclipse.com/2013/03/29/version-control-with-processor-expert-projects/"&gt;Version Control with Processor Expert Projects | MCU on Eclipse&lt;/A&gt;&lt;/P&gt;&lt;P&gt;It discusses the different files and their contents, and what to put (or not to put) into a version control system.&lt;/P&gt;&lt;P&gt;It was written originally for CodeWarrior, but the same things apply for KDS, only a few files are named differently.&lt;/P&gt;&lt;P&gt;It discusses as well the challenges to truely share the .pe file with multiple developers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is an example project so you can see what is ignored/not ignored:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/46653i62D1104FD33C2D88/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the standard content of my ignore file (for Git):&lt;/P&gt;&lt;P&gt;/*.g_c&lt;/P&gt;&lt;P&gt;/*.g_x&lt;/P&gt;&lt;P&gt;/*.cwGeneratedFileSetLog&lt;/P&gt;&lt;P&gt;/Generated_Code&lt;/P&gt;&lt;P&gt;/Documentation&lt;/P&gt;&lt;P&gt;/Static_Code&lt;/P&gt;&lt;P&gt;/Debug&lt;/P&gt;&lt;P&gt;/ProjectInfo.xml&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps,&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Oct 2014 05:51:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/KDS-and-Version-Control/m-p/381740#M2101</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2014-10-10T05:51:16Z</dc:date>
    </item>
    <item>
      <title>Re: KDS and Version Control</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/KDS-and-Version-Control/m-p/381741#M2102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Erich,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I believe some additional folders could be gitignored, please do correct me if I'm wrong :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/FLASH&lt;/P&gt;&lt;P&gt;/MQXLite&lt;/P&gt;&lt;P&gt;/Library&lt;/P&gt;&lt;P&gt;/Project_Settings/Debugger&lt;/P&gt;&lt;P&gt;/Project_Settings/Linker_Files&lt;/P&gt;&lt;P&gt;/Project_Settings/Startup_Code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure why the project settings folder contains debugger and linker outputs and startup code, but I'm pretty sure these souldn't go into version control as well&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Nov 2015 10:35:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/KDS-and-Version-Control/m-p/381741#M2102</guid>
      <dc:creator>remibeges</dc:creator>
      <dc:date>2015-11-02T10:35:55Z</dc:date>
    </item>
    <item>
      <title>Re: KDS and Version Control</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/KDS-and-Version-Control/m-p/381742#M2103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Remi,&lt;/P&gt;&lt;P&gt;a simple test is to try out your project if it still builds/works with all the ignored files and folder ignored.&lt;/P&gt;&lt;P&gt;/FLASH: yes, this is the output folder as 'debug' in my case. That folder name depends on your project settings.&lt;/P&gt;&lt;P&gt;/MQXLITE: I think this is generated from the MQXLite Processor Expert component, so you can ignore this one.&lt;/P&gt;&lt;P&gt;Debugger settings: they are created at project time, but not aftewards. Do not ignore them.&lt;/P&gt;&lt;P&gt;Dito for Startup code, do not ignore them.&lt;/P&gt;&lt;P&gt;Linker file: that depends if you generate them from Processor Expert or not. If yes, then you can ignore the linker file, otherwise not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps,&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Nov 2015 11:23:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/KDS-and-Version-Control/m-p/381742#M2103</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2015-11-02T11:23:42Z</dc:date>
    </item>
    <item>
      <title>Re: KDS and Version Control</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/KDS-and-Version-Control/m-p/381743#M2104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The only problem I have with removing Static_Code is that anytime I do a fresh checkout from SVN, KDS wants to autogenerate Static_Code/System/PE_low_level_init.c.&amp;nbsp; In a continuous integration environment, it *appears* that the dialog that pops up in KDS hangs the command line building.&amp;nbsp; I'm going to look into this to see if there's an available switch to autoselect "Create" should this really be the problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Nov 2015 18:01:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/KDS-and-Version-Control/m-p/381743#M2104</guid>
      <dc:creator>dave408</dc:creator>
      <dc:date>2015-11-17T18:01:58Z</dc:date>
    </item>
    <item>
      <title>Re: KDS and Version Control</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/KDS-and-Version-Control/m-p/381744#M2105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to store a complete workspace with projects?&lt;/P&gt;&lt;P&gt;I commited to repo all the data without the ones you porprse here to keep in .gitignore.&lt;/P&gt;&lt;P&gt;On second machine I pulled the data and KDS was not able to load projects.&lt;/P&gt;&lt;P&gt;I have added .metadata folder, but it didn't helped, beside its contents change frequently.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Mar 2016 22:05:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/KDS-and-Version-Control/m-p/381744#M2105</guid>
      <dc:creator>ky3orr</dc:creator>
      <dc:date>2016-03-19T22:05:23Z</dc:date>
    </item>
    <item>
      <title>Re: KDS and Version Control</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/KDS-and-Version-Control/m-p/381745#M2106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't know of a good way to do it.&amp;nbsp; It's a bit of a headache supporting this on the build server.&amp;nbsp; I ended up committing the .metaproject folder and stripping out as much as possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you don't need to support a build server, then you can get away with just using the Project of Projects plugin and creating a .wsd.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Mar 2016 22:46:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/KDS-and-Version-Control/m-p/381745#M2106</guid>
      <dc:creator>dave408</dc:creator>
      <dc:date>2016-03-19T22:46:10Z</dc:date>
    </item>
    <item>
      <title>Re: KDS and Version Control</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/KDS-and-Version-Control/m-p/381746#M2107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Adding the .metadata folder to a version control system is not a good idea. The .metadata contains information and data specific to that workspace and machine. Store only the project folders in a version control system without the derived/generated files in the project folders. After pulling the projects from the version control system import the projects with File &amp;gt; Import &amp;gt; Existing Projects into workspace.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 20 Mar 2016 11:30:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/KDS-and-Version-Control/m-p/381746#M2107</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2016-03-20T11:30:41Z</dc:date>
    </item>
    <item>
      <title>Re: KDS and Version Control</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/KDS-and-Version-Control/m-p/381747#M2108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;@Erich_Styger I understand that the metadata folder has a lot of machine-specific information in it, but the problem is that without it, it seem impossible to support a continuous integration server.&amp;nbsp; In my experience, not having the .metadata folder prevents KDS from building projects from the command line.&amp;nbsp; Not only does a workspace need to exist, it also needs to have all of the projects open if they are to be built successfully from the command line.&amp;nbsp; Can you suggest any workarounds?&amp;nbsp; I could not find anything about loading a Project of Projects file from the command line.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 20 Mar 2016 12:56:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/KDS-and-Version-Control/m-p/381747#M2108</guid>
      <dc:creator>dave408</dc:creator>
      <dc:date>2016-03-20T12:56:09Z</dc:date>
    </item>
    <item>
      <title>Re: KDS and Version Control</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/KDS-and-Version-Control/m-p/381748#M2109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dave,&lt;/P&gt;&lt;P&gt;In that case, I recommend that you build with the make files, and not from the IDE.&lt;/P&gt;&lt;P&gt;And the 'Projects of Project' thing is a custom extension, here again you are better off using normal make files instead.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 20 Mar 2016 15:48:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/KDS-and-Version-Control/m-p/381748#M2109</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2016-03-20T15:48:06Z</dc:date>
    </item>
    <item>
      <title>Re: KDS and Version Control</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/KDS-and-Version-Control/m-p/381749#M2110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/BlackNight"&gt;BlackNight&lt;/A&gt;​ I have to confess that I have only really used makefiles once in my life, having done all development in Visual Studio and being extremely spoiled with solution files.&amp;nbsp; I have been similarly spoiled with KDS.&amp;nbsp; :smileyhappy:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried to create a new makefile project using existing code, and nothing seems to happen.&amp;nbsp; Similarly, I have imported a new makefile project using existing code, and nothing happens (i.e. no project is added to my workspace, and I'm not using working sets so there isn't any filtering going on here).&amp;nbsp; I see that there's a makefile in my existing project's Debug folder, which is generated when I build.&amp;nbsp; If I just need to invoke a different command (like make) and point to this makefile, that's fine, but I'm under the impression that I would still have had to first generate the PEx code, which requires that a project is first loaded and opened.&amp;nbsp; I feel like this is a chicken-or-the-egg sort of situation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Mar 2016 15:49:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/KDS-and-Version-Control/m-p/381749#M2110</guid>
      <dc:creator>dave408</dc:creator>
      <dc:date>2016-03-21T15:49:01Z</dc:date>
    </item>
  </channel>
</rss>

