Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add tier 3 no_std AArch64/x86_64 support for the QNX Neutrino RTOS #102701

Merged
merged 4 commits into from
Nov 12, 2022

Commits on Nov 11, 2022

  1. Add no_std AArch64 support for the QNX Neutrino (nto) 7.1 RTOS

    This change allows to compile no_std applications for the QNX Neutrino
    realtime operating system for ARM 64 bit CPUs.
    Tested with QNX Neutrino 7.1.
    flba-eb committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    84e1fbc View commit details
    Browse the repository at this point in the history
  2. Add nto as known target_os

    flba-eb committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    ae71df9 View commit details
    Browse the repository at this point in the history
  3. Add Tristan as maintainer

    flba-eb authored Nov 11, 2022
    Configuration menu
    Copy the full SHA
    f149837 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2022

  1. Remove example code as it does not compile in CI

    Code is QNX/nto specific and will not link on Windows.
    flba-eb committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    a4cafc8 View commit details
    Browse the repository at this point in the history