mcux-sdk icon indicating copy to clipboard operation
mcux-sdk copied to clipboard

Initial support for Linux

Open Hadatko opened this issue 1 year ago • 0 comments

Prerequisites

  • [x] I have checked latest main branch and the issue still exists.
  • [x] I did not see it is stated as known-issue in release notes.
  • [x] No similar GitHub issue is related to this change.
  • [x] My code follows the commit guidelines of this project.
  • [x] I have performed a self-review of my own code.
  • [x] My changes generate no new warnings.
  • [ ] I have added tests that prove my fix is effective or that my feature works.

Describe the pull request

Hi, we wanted to test our code in CICD before testing on hw. We figure out that we need add Linux support into OSA. It is suprisingly not yet implemented so here are functions we are using so far. Hopefully you will see the advantages and accept PR.

Type of change

  • [ ] Bug fix (non-breaking change which fixes an issue)
  • [X] New feature (non-breaking change which adds functionality)
  • [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • [X] This change requires a documentation update

Tests

  • Test configuration (please complete the following information):
    • Hardware setting: Laptop with Linux
    • Toolchain: gcc
    • Test Tool preparation: -
    • Any other dependencies: -
  • Test executed Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce.
    • [X] Build Test
    • [X] Run Test

Hadatko avatar Nov 07 '24 15:11 Hadatko