<?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中的主题 LPC804 Github action sdk</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC804-Github-action-sdk/m-p/1940464#M56717</link>
    <description>&lt;P&gt;I'm trying to run a github action to do some basic linting checking (for starters).&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;However, I need to install the SDK.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Below is the current setup I have but I'm not so sure how to install the SDK, since I cannot find a direct downloader, only a configuration page to assemble the right downloader on the NXP site.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Any thoughts?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-CODE lang="cpp"&gt;name: cpp-linter

on: [push, pull_request]


jobs:
  cpp-linter:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v4
      - uses: cpp-linter/cpp-linter-action@main
        id: linter
        continue-on-error: true
        env:
          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
        with:
          style: file
          files-changed-only: false
          thread-comments: false

      - name: Fail fast?!
        if: steps.linter.outputs.checks-failed != 0
        run: |
          echo "some linter checks failed. ${{ steps.linter.outputs.checks-failed }}"
        # for actual deployment
        # run: exit 1&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 26 Aug 2024 13:24:37 GMT</pubDate>
    <dc:creator>MHMart</dc:creator>
    <dc:date>2024-08-26T13:24:37Z</dc:date>
    <item>
      <title>LPC804 Github action sdk</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC804-Github-action-sdk/m-p/1940464#M56717</link>
      <description>&lt;P&gt;I'm trying to run a github action to do some basic linting checking (for starters).&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;However, I need to install the SDK.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Below is the current setup I have but I'm not so sure how to install the SDK, since I cannot find a direct downloader, only a configuration page to assemble the right downloader on the NXP site.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Any thoughts?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-CODE lang="cpp"&gt;name: cpp-linter

on: [push, pull_request]


jobs:
  cpp-linter:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v4
      - uses: cpp-linter/cpp-linter-action@main
        id: linter
        continue-on-error: true
        env:
          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
        with:
          style: file
          files-changed-only: false
          thread-comments: false

      - name: Fail fast?!
        if: steps.linter.outputs.checks-failed != 0
        run: |
          echo "some linter checks failed. ${{ steps.linter.outputs.checks-failed }}"
        # for actual deployment
        # run: exit 1&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Aug 2024 13:24:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC804-Github-action-sdk/m-p/1940464#M56717</guid>
      <dc:creator>MHMart</dc:creator>
      <dc:date>2024-08-26T13:24:37Z</dc:date>
    </item>
    <item>
      <title>Re: LPC804 Github action sdk</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC804-Github-action-sdk/m-p/1940855#M56720</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/232361"&gt;@MHMart&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can find the SDK on github:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/nxp-mcuxpresso/mcux-sdk" target="_blank"&gt;https://github.com/nxp-mcuxpresso/mcux-sdk&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Alice&lt;/P&gt;</description>
      <pubDate>Tue, 27 Aug 2024 03:29:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC804-Github-action-sdk/m-p/1940855#M56720</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2024-08-27T03:29:01Z</dc:date>
    </item>
  </channel>
</rss>

