<?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 回复： github repo for middleware in MCUXpresso SDK</title>
    <link>https://community.nxp.com/t5/MCUXpresso-SDK/github-repo-for-middleware/m-p/1843008#M4696</link>
    <description>&lt;P&gt;thanks &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/203261"&gt;@Gavin_Jia&lt;/a&gt; ,&lt;BR /&gt;on this repository can I make pull requests? Do you guys consider them?&lt;/P&gt;&lt;P&gt;Or how should I go about requesting/proposing a change?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;best regards&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;</description>
    <pubDate>Tue, 09 Apr 2024 08:00:34 GMT</pubDate>
    <dc:creator>mastupristi</dc:creator>
    <dc:date>2024-04-09T08:00:34Z</dc:date>
    <item>
      <title>github repo for middleware</title>
      <link>https://community.nxp.com/t5/MCUXpresso-SDK/github-repo-for-middleware/m-p/1841408#M4689</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;on github is the mcux-sdk repo (&lt;A href="https://github.com/nxp-mcuxpresso/mcux-sdk" target="_blank"&gt;https://github.com/nxp-mcuxpresso/mcux-sdk&lt;/A&gt;). By itself it does not contain everything that the SDK produced with the SDK builder does. For example, some middleware is missing.&lt;BR /&gt;Fortunately other repos like &lt;A href="https://github.com/nxp-mcuxpresso/mcux-sdk-middleware-sdmmc" target="_blank"&gt;https://github.com/nxp-mcuxpresso/mcux-sdk-middleware-sdmmc&lt;/A&gt; or &lt;A href="https://github.com/nxp-mcuxpresso/mcux-sdk-middleware-usb" target="_blank"&gt;https://github.com/nxp-mcuxpresso/mcux-sdk-middleware-usb&lt;/A&gt; are provided.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I am interested in what I find in middleware/lwip/port/ (for example of SDK 2.15.000)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="middleware.png" style="width: 309px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/272231i3DBFD0E1D961BFFB/image-size/large?v=v2&amp;amp;px=999" role="button" title="middleware.png" alt="middleware.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I cannot find these files (e.g. enet_ethernetif_kinetis.c) in any repository. I also searched in the lwip fork (&lt;A href="https://github.com/nxp-mcuxpresso/lwip" target="_blank"&gt;https://github.com/nxp-mcuxpresso/lwip&lt;/A&gt;)&lt;/P&gt;&lt;P&gt;Can you tell me in which repository you have stored the middleware related to lwip?&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2024 16:14:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-SDK/github-repo-for-middleware/m-p/1841408#M4689</guid>
      <dc:creator>mastupristi</dc:creator>
      <dc:date>2024-04-05T16:14:42Z</dc:date>
    </item>
    <item>
      <title>回复： github repo for middleware</title>
      <link>https://community.nxp.com/t5/MCUXpresso-SDK/github-repo-for-middleware/m-p/1842119#M4691</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/124967"&gt;@mastupristi&lt;/a&gt;&amp;nbsp;，&lt;/P&gt;
&lt;P&gt;Thanks for your interest in NXP MIMXRT series!&lt;/P&gt;
&lt;P&gt;Finding where this file is located requires locating its corresponding Tag to do so. Here, it should have a Tag with the MCUX_2.15.000 prefix.&amp;nbsp;&lt;A href="https://github.com/nxp-mcuxpresso/lwip/tree/MCUX_2.15.000" target="_blank"&gt;GitHub - nxp-mcuxpresso/lwip at MCUX_2.15.000&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Gavin_Jia_0-1712560502413.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/272430iDD29A435D0D03538/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Gavin_Jia_0-1712560502413.png" alt="Gavin_Jia_0-1712560502413.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I got the exact location by looking for this file after getting the gitrepo locally via the West tool, hope this helps:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;$$:~/MCUX GitRepo/mcuxsdk/middleware/lwip/port$ git log --all --oneline enet_ethernetif_kinetis.c
0d2ec91a (tag: MCUX_2.15.000_RW610_RC1) NXP lwIP modifications for SDK version 2.15.000 (RW61x) RFP3
8f30ea5b (tag: MCUX_2.14.0_MCXNx4x) NXP lwIP modifications for SDK version 2.14.0 MCXN10 RFP
e44c34fe (HEAD, tag: MCUX_2.15.000, manifest-rev) NXP lwIP modifications for SDK version 2.15.000
d8c6848a (tag: MCUX_2.13.3_RW610) NXP lwIP modifications for SDK version 2.13.3 (RW61x) RFP2
f95eb7f8 (tag: MCUX_2.13.3_RW610_RFP2_RC2) NXP lwIP modifications for SDK version 2.13.3 (RW61x) RFP2
e0550ec8 (tag: MCUX_2.13.2_RW610_RFP1) NXP lwIP modifications for SDK version 2.13.2 (RW61x) RFP1
02458d68 port: enet: add support for ARMv8
4ef7c6fd (tag: MCUX_2.14.0) NXP lwIP modifications for SDK version 2.14.0
4192f6c2 (tag: MCUX_2.13.0) NXP lwIP modifications for SDK version 2.13.0
2c1abcd4 NXP lwIP modifications for SDK version 2.12.0&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;BR /&gt;Gavin&lt;/P&gt;</description>
      <pubDate>Mon, 08 Apr 2024 07:17:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-SDK/github-repo-for-middleware/m-p/1842119#M4691</guid>
      <dc:creator>Gavin_Jia</dc:creator>
      <dc:date>2024-04-08T07:17:34Z</dc:date>
    </item>
    <item>
      <title>回复： github repo for middleware</title>
      <link>https://community.nxp.com/t5/MCUXpresso-SDK/github-repo-for-middleware/m-p/1843008#M4696</link>
      <description>&lt;P&gt;thanks &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/203261"&gt;@Gavin_Jia&lt;/a&gt; ,&lt;BR /&gt;on this repository can I make pull requests? Do you guys consider them?&lt;/P&gt;&lt;P&gt;Or how should I go about requesting/proposing a change?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;best regards&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;</description>
      <pubDate>Tue, 09 Apr 2024 08:00:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-SDK/github-repo-for-middleware/m-p/1843008#M4696</guid>
      <dc:creator>mastupristi</dc:creator>
      <dc:date>2024-04-09T08:00:34Z</dc:date>
    </item>
    <item>
      <title>回复： github repo for middleware</title>
      <link>https://community.nxp.com/t5/MCUXpresso-SDK/github-repo-for-middleware/m-p/1845703#M4705</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/124967"&gt;@mastupristi&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Regarding pulling code, you can fetch the entire repository locally before going to this tag with the checkout command.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;git clone https://github.com/nxp-mcuxpresso/lwip.git
cd lwip
git tag
git show MCUX_2.15.000
git checkout MCUX_2.15.000&lt;/LI-CODE&gt;
&lt;P&gt;Regarding&amp;nbsp;&lt;SPAN&gt;proposing a change, c&lt;/SPAN&gt;urrently this git repository does not have open access to external users, so if you have any questions or suggestions about the code, you are welcome to create a ticket in the community or on the official website.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;BR /&gt;Gavin&lt;/P&gt;</description>
      <pubDate>Fri, 12 Apr 2024 03:04:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-SDK/github-repo-for-middleware/m-p/1845703#M4705</guid>
      <dc:creator>Gavin_Jia</dc:creator>
      <dc:date>2024-04-12T03:04:16Z</dc:date>
    </item>
    <item>
      <title>回复： github repo for middleware</title>
      <link>https://community.nxp.com/t5/MCUXpresso-SDK/github-repo-for-middleware/m-p/1845845#M4708</link>
      <description>&lt;P&gt;hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/203261"&gt;@Gavin_Jia&lt;/a&gt; ,&lt;/P&gt;&lt;P&gt;when I talk about "&lt;STRONG&gt;&lt;EM&gt;pull request&lt;/EM&gt;&lt;/STRONG&gt;" I mean the feature provided by github (&lt;A href="https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests" target="_blank"&gt;https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests&lt;/A&gt;)&lt;/P&gt;&lt;P&gt;On other NXP repositories on github it is explained how to contribute via pull request (&lt;A href="https://github.com/nxp-mcuxpresso/mcux-sdk/blob/MCUX_2.15.000/CONTRIBUTING.md" target="_blank"&gt;https://github.com/nxp-mcuxpresso/mcux-sdk/blob/MCUX_2.15.000/CONTRIBUTING.md&lt;/A&gt;). I was hoping that the same thing would apply to the "lwip" repository as well.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;best regards&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;</description>
      <pubDate>Fri, 12 Apr 2024 06:47:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-SDK/github-repo-for-middleware/m-p/1845845#M4708</guid>
      <dc:creator>mastupristi</dc:creator>
      <dc:date>2024-04-12T06:47:08Z</dc:date>
    </item>
  </channel>
</rss>

