Skip to content

Commit

Permalink
Update documentation to include QNX 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flba-eb committed Dec 10, 2024
1 parent 3255971 commit 519c76c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/doc/rustc/src/platform-support/nto-qnx.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ Currently, the following QNX Neutrino versions and compilation targets are suppo

| QNX Neutrino Version | Target Architecture | Full support | `no_std` support |
|----------------------|---------------------|:------------:|:----------------:|
| 8.0 | AArch64 | ? ||
| 8.0 | x86 | ? ||
| 7.1 with io-pkt | AArch64 |||
| 7.1 with io-sock | AArch64 | ? ||
| 7.1 with io-pkt | x86_64 |||
Expand All @@ -31,6 +33,8 @@ Currently, the following QNX Neutrino versions and compilation targets are suppo

On QNX 7.0 and 7.1, `io-pkt` is used as network stack by default. QNX 7.1 includes
the optional network stack `io-sock`.
QNX 8.0 always uses `io-sock`. QNX 8.0 support is currently in development
and not tested.

Adding other architectures that are supported by QNX Neutrino is possible.

Expand Down

0 comments on commit 519c76c

Please sign in to comment.