<?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: Where are project settings stored? in Kinetis Design Studio</title>
    <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Where-are-project-settings-stored/m-p/422451#M3422</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Many thanks Erich and Joe!&amp;nbsp; I think that's exactly what I need.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Jul 2015 16:55:50 GMT</pubDate>
    <dc:creator>davidsherman</dc:creator>
    <dc:date>2015-07-21T16:55:50Z</dc:date>
    <item>
      <title>Where are project settings stored?</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Where-are-project-settings-stored/m-p/422448#M3419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In KDS 3, where are project settings?&amp;nbsp; I see some .xml files about settings, but there seems to be something else besides these.&amp;nbsp; Are they stored in the workspace?&amp;nbsp; Specifically, things like the different build targets, the active build target, and processor expert options.&amp;nbsp; What would need to be committed in Egit so others see the same settings?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jul 2015 20:31:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/Where-are-project-settings-stored/m-p/422448#M3419</guid>
      <dc:creator>davidsherman</dc:creator>
      <dc:date>2015-07-17T20:31:52Z</dc:date>
    </item>
    <item>
      <title>Re: Where are project settings stored?</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Where-are-project-settings-stored/m-p/422449#M3420</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;I have a an article on that subject (using CodeWarrior, but it is as well Eclipse based) here: &lt;A href="http://mcuoneclipse.com/2012/03/17/dissection-of-mcu10-projects/" title="http://mcuoneclipse.com/2012/03/17/dissection-of-mcu10-projects/"&gt;Dissection of MCU10 Projects | MCU on Eclipse&lt;/A&gt; &lt;/P&gt;&lt;P&gt;Things are the same for Kinetis Design Studio, except that the output folder is named 'Debug', and the main source file for Processor Expert projects is now main.c too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a look at the following FTF presentation which covers version control systems for Kinetis Design Studion too: &lt;A __default_attr="1566" __jive_macro_name="project" class="jive_macro_project jive_macro" data-orig-content="Hands-On: Mastering Kinetis Design Studio IDE - Advanced" data-renderedposition="115.5_8_921_37" href="https://community.nxp.com/"&gt;&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you using Processor Expert projects with a version control, you might need to consider a few things, as sharing the .pe file needs some special handling to avoid conflicts, see &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;&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>Sat, 18 Jul 2015 15:41:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/Where-are-project-settings-stored/m-p/422449#M3420</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2015-07-18T15:41:36Z</dc:date>
    </item>
    <item>
      <title>Re: Where are project settings stored?</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Where-are-project-settings-stored/m-p/422450#M3421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the general case there are 2 files of interest:&lt;/P&gt;&lt;P&gt;- The .project file, which contains general eclipse settings.&lt;/P&gt;&lt;P&gt;- The .cproject file, which contains CDT settings (including build configurations).&lt;/P&gt;&lt;P&gt;They are both stored in the root directory of the project.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A few additional settings may be stored in the .settings directory, again in the project root, although whether or not that directory belongs in version control is debated: &lt;A href="http://stackoverflow.com/questions/337304/which-eclipse-files-belong-under-version-control" title="http://stackoverflow.com/questions/337304/which-eclipse-files-belong-under-version-control"&gt;svn - Which eclipse files belong under Version Control - Stack Overflow&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Files related to Processor Expert are described in detail in Erich's slides (&lt;A _jive_internal="true" data-containerid="11313" data-containertype="14" data-content-finding="Community" data-objectid="1566" data-objecttype="600" href="https://community.nxp.com/community/training/projects/hands-on-mastering-kinetis-design-studio-ide-advanced" style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #266fc8;"&gt;Hands-On: Mastering Kinetis Design Studio IDE - Advanced&lt;/A&gt;), as is everything else I've mentioned, but hopefully I've saved some people having to open a PDF.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jul 2015 10:25:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/Where-are-project-settings-stored/m-p/422450#M3421</guid>
      <dc:creator>joeseymour</dc:creator>
      <dc:date>2015-07-20T10:25:59Z</dc:date>
    </item>
    <item>
      <title>Re: Where are project settings stored?</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Where-are-project-settings-stored/m-p/422451#M3422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Many thanks Erich and Joe!&amp;nbsp; I think that's exactly what I need.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jul 2015 16:55:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/Where-are-project-settings-stored/m-p/422451#M3422</guid>
      <dc:creator>davidsherman</dc:creator>
      <dc:date>2015-07-21T16:55:50Z</dc:date>
    </item>
  </channel>
</rss>

