<?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: BUG: &amp;quot;Refresh SDK Components&amp;quot; Duplicates Project Include Paths List in MCUXpresso SDK</title>
    <link>https://community.nxp.com/t5/MCUXpresso-SDK/BUG-quot-Refresh-SDK-Components-quot-Duplicates-Project-Include/m-p/1558693#M4022</link>
    <description>&lt;P&gt;Hi Jun,&lt;BR /&gt;&lt;BR /&gt;Please see the link to the original discussion that started my investigation into the problem.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://community.nxp.com/t5/MCUXpresso-SDK/Refresh-SDK-Components-breaks-SDK-Example-quot-undefined/m-p/1557239#M4007" target="_blank"&gt;https://community.nxp.com/t5/MCUXpresso-SDK/Refresh-SDK-Components-breaks-SDK-Example-quot-undefined/m-p/1557239#M4007&lt;/A&gt;&lt;/P&gt;&lt;P&gt;The example project is not critical, this behavior happens to any project I have tried. Most projects don't produce any issues, probably the reason why this goes unnoticed. Projects with LWIP are prone to break due to the issue detailed above.&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;Using the&amp;nbsp;&lt;STRONG&gt;LPCXpresso54628&amp;nbsp;&lt;/STRONG&gt;development board, I import the SDK example project: "&lt;STRONG&gt;lpcxpresso54628_lwip_mqtt_freertos&lt;/STRONG&gt;".&lt;BR /&gt;Installed the latest MCUXpresso&lt;STRONG&gt;11.6.1 IDE&amp;nbsp;&lt;/STRONG&gt;and&amp;nbsp;&lt;STRONG&gt;2.12.0 SDK&amp;nbsp;&lt;/STRONG&gt;for LPCXpresso54628.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I right click project -&amp;gt; SDK Management -&amp;gt; Refresh SDK Components -&amp;gt; OK.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;</description>
    <pubDate>Wed, 23 Nov 2022 15:56:35 GMT</pubDate>
    <dc:creator>SynchroEng</dc:creator>
    <dc:date>2022-11-23T15:56:35Z</dc:date>
    <item>
      <title>BUG: "Refresh SDK Components" Duplicates Project Include Paths List</title>
      <link>https://community.nxp.com/t5/MCUXpresso-SDK/BUG-quot-Refresh-SDK-Components-quot-Duplicates-Project-Include/m-p/1557282#M4011</link>
      <description>&lt;P&gt;Hi all,&lt;BR /&gt;&lt;BR /&gt;I just confirmed what I can only assume is a bug.&lt;BR /&gt;&lt;BR /&gt;My steps to reproduce:&lt;BR /&gt;- Import SDK example project&lt;BR /&gt;- Refresh SDK Components&lt;BR /&gt;&lt;BR /&gt;Refreshing the SDK Components step will duplicate all SDK related include paths.&lt;BR /&gt;For example, the&amp;nbsp;"${workspace_loc:/${ProjName}/board}" path or other custom entries will not be re-created.&lt;BR /&gt;Before Refresh:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Include_Path_Before_RefreshSDK.PNG" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/201145i097EB4191A2B2585/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Include_Path_Before_RefreshSDK.PNG" alt="Include_Path_Before_RefreshSDK.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;After Refresh (added entries highlighted):&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Include_Path_After_RefreshSDK.PNG" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/201146i0C31B0FC3D2BE828/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Include_Path_After_RefreshSDK.PNG" alt="Include_Path_After_RefreshSDK.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Extra notes on the behaviour:&lt;BR /&gt;- There will be no more than two copies of the same include path. After two copies exist, refreshing SDK components will not generate new paths in the list.&lt;BR /&gt;- Deleting all of the paths and refreshing SDK components, the paths will only be in the list once.&lt;BR /&gt;&lt;BR /&gt;This is a follow up to a compile error I encountered as a result of this issue. Original problem with solution is&amp;nbsp;&lt;A href="https://community.nxp.com/t5/MCUXpresso-SDK/Refresh-SDK-Components-breaks-SDK-Example-quot-undefined/m-p/1557239#M4007" target="_blank" rel="noopener"&gt;here&lt;/A&gt;.&lt;BR /&gt;&lt;BR /&gt;I hope this gets resolved in future updates&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Any questions and comments are welcome.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Adam&lt;/P&gt;</description>
      <pubDate>Mon, 21 Nov 2022 16:45:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-SDK/BUG-quot-Refresh-SDK-Components-quot-Duplicates-Project-Include/m-p/1557282#M4011</guid>
      <dc:creator>SynchroEng</dc:creator>
      <dc:date>2022-11-21T16:45:56Z</dc:date>
    </item>
    <item>
      <title>Re: BUG: "Refresh SDK Components" Duplicates Project Include Paths List</title>
      <link>https://community.nxp.com/t5/MCUXpresso-SDK/BUG-quot-Refresh-SDK-Components-quot-Duplicates-Project-Include/m-p/1558317#M4018</link>
      <description>&lt;P&gt;HI&amp;nbsp;SynchroEng&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please let me know your MCUXPresso IDE Version and SDK version.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please specify how did you do "&lt;SPAN&gt;Refresh SDK Components&lt;/SPAN&gt;"?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It would be better if you can provide a video to show how to reproduce the prolem.&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Jun Zhang&lt;/P&gt;</description>
      <pubDate>Wed, 23 Nov 2022 08:03:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-SDK/BUG-quot-Refresh-SDK-Components-quot-Duplicates-Project-Include/m-p/1558317#M4018</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2022-11-23T08:03:44Z</dc:date>
    </item>
    <item>
      <title>Re: BUG: "Refresh SDK Components" Duplicates Project Include Paths List</title>
      <link>https://community.nxp.com/t5/MCUXpresso-SDK/BUG-quot-Refresh-SDK-Components-quot-Duplicates-Project-Include/m-p/1558693#M4022</link>
      <description>&lt;P&gt;Hi Jun,&lt;BR /&gt;&lt;BR /&gt;Please see the link to the original discussion that started my investigation into the problem.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://community.nxp.com/t5/MCUXpresso-SDK/Refresh-SDK-Components-breaks-SDK-Example-quot-undefined/m-p/1557239#M4007" target="_blank"&gt;https://community.nxp.com/t5/MCUXpresso-SDK/Refresh-SDK-Components-breaks-SDK-Example-quot-undefined/m-p/1557239#M4007&lt;/A&gt;&lt;/P&gt;&lt;P&gt;The example project is not critical, this behavior happens to any project I have tried. Most projects don't produce any issues, probably the reason why this goes unnoticed. Projects with LWIP are prone to break due to the issue detailed above.&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;Using the&amp;nbsp;&lt;STRONG&gt;LPCXpresso54628&amp;nbsp;&lt;/STRONG&gt;development board, I import the SDK example project: "&lt;STRONG&gt;lpcxpresso54628_lwip_mqtt_freertos&lt;/STRONG&gt;".&lt;BR /&gt;Installed the latest MCUXpresso&lt;STRONG&gt;11.6.1 IDE&amp;nbsp;&lt;/STRONG&gt;and&amp;nbsp;&lt;STRONG&gt;2.12.0 SDK&amp;nbsp;&lt;/STRONG&gt;for LPCXpresso54628.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I right click project -&amp;gt; SDK Management -&amp;gt; Refresh SDK Components -&amp;gt; OK.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;</description>
      <pubDate>Wed, 23 Nov 2022 15:56:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-SDK/BUG-quot-Refresh-SDK-Components-quot-Duplicates-Project-Include/m-p/1558693#M4022</guid>
      <dc:creator>SynchroEng</dc:creator>
      <dc:date>2022-11-23T15:56:35Z</dc:date>
    </item>
    <item>
      <title>Re: BUG: "Refresh SDK Components" Duplicates Project Include Paths List</title>
      <link>https://community.nxp.com/t5/MCUXpresso-SDK/BUG-quot-Refresh-SDK-Components-quot-Duplicates-Project-Include/m-p/1559039#M4025</link>
      <description>&lt;P&gt;Thanks. I have reproduced this issue.&lt;/P&gt;&lt;P&gt;I will report it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Nov 2022 02:44:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-SDK/BUG-quot-Refresh-SDK-Components-quot-Duplicates-Project-Include/m-p/1559039#M4025</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2022-11-24T02:44:40Z</dc:date>
    </item>
  </channel>
</rss>

