<?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>LPC Microcontrollers中的主题 Re: mcuxpressoide_packages_support</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/mcuxpressoide-packages-support/m-p/1653294#M52580</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/215292"&gt;@cavinlong&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;These files cannot be deleted, as they are needed for the proper integration of the installed SDKs with MCUXpresso. If modified or deleted, the IDE will automatically regenerate these files on SDK refresh.&lt;/P&gt;
&lt;P&gt;BR,&lt;BR /&gt;Edwin.&lt;/P&gt;</description>
    <pubDate>Thu, 18 May 2023 18:49:05 GMT</pubDate>
    <dc:creator>EdwinHz</dc:creator>
    <dc:date>2023-05-18T18:49:05Z</dc:date>
    <item>
      <title>mcuxpressoide_packages_support</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/mcuxpressoide-packages-support/m-p/1652868#M52573</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can I know what the purpose of the mcuxpressoidle_packages_support files is?&lt;/P&gt;&lt;P&gt;I know it was an auto-generated workspace files, but can we actually delete it?&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Thu, 18 May 2023 07:12:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/mcuxpressoide-packages-support/m-p/1652868#M52573</guid>
      <dc:creator>cavinlong</dc:creator>
      <dc:date>2023-05-18T07:12:24Z</dc:date>
    </item>
    <item>
      <title>Re: mcuxpressoide_packages_support</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/mcuxpressoide-packages-support/m-p/1653294#M52580</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/215292"&gt;@cavinlong&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;These files cannot be deleted, as they are needed for the proper integration of the installed SDKs with MCUXpresso. If modified or deleted, the IDE will automatically regenerate these files on SDK refresh.&lt;/P&gt;
&lt;P&gt;BR,&lt;BR /&gt;Edwin.&lt;/P&gt;</description>
      <pubDate>Thu, 18 May 2023 18:49:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/mcuxpressoide-packages-support/m-p/1653294#M52580</guid>
      <dc:creator>EdwinHz</dc:creator>
      <dc:date>2023-05-18T18:49:05Z</dc:date>
    </item>
    <item>
      <title>Re: mcuxpressoide_packages_support</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/mcuxpressoide-packages-support/m-p/1931450#M56629</link>
      <description>&lt;P&gt;I have a related question. Maybe there is some information about SDK version/git/MCUXpresso in the community, I would appreciate if you can show me the right direction.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now the issue I have at hand.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I just put my source code of the applications being developed with MCUXpresso under the git control. Applications use SDK version (say) 2.15.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;.metadata/&lt;/STRONG&gt;&amp;nbsp;line was added by the&amp;nbsp;MCUXpresso automatically to .&lt;STRONG&gt;gitignore&lt;/STRONG&gt;. Fine.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now I installed&amp;nbsp;MCUXpresso on the second computer, but the SDK 2.15 is not available on NXP anymore. So installed SDK 2.16 instead.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now when I pull the source code from the git, it overwrites the content of &lt;STRONG&gt;.&lt;/STRONG&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;mcuxpressoide_packages_support/&lt;/STRONG&gt; on the second computer.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;When I start MCUXpresso on the second machine,&amp;nbsp; &lt;STRONG&gt;.mcuxpressoide_packages_support/&lt;/STRONG&gt; is overwritten again.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;I assume I can put&amp;nbsp;&lt;STRONG&gt;.mcuxpressoide_packages_support/&lt;/STRONG&gt; in .&lt;STRONG&gt;gitignore&lt;/STRONG&gt;, since each project includes the copies of all the files from SDK anyways. Then I have to be careful if a need to add something from the SDK, I should do it only on the computer where I have original version of the SDK, right?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;However, my question is what is the recommended way to keep the SDK versions synchronized, using git and MCUXpresso?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;How I install the previous version of SDK 2.15 on the second machine and force MCUXpresso to use it instead of the later 2.16?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;How I migrate my code in git to the next version of SDK when I need it?&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Aug 2024 20:00:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/mcuxpressoide-packages-support/m-p/1931450#M56629</guid>
      <dc:creator>VassiliN</dc:creator>
      <dc:date>2024-08-13T20:00:50Z</dc:date>
    </item>
  </channel>
</rss>

