You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
QNX SDP 8.0 comes with newly renamed QNX OS 8.0, so update the page to talk about QNX, QNX Neutrino 7.0, QNX Neutrino 7.1 or QNX OS 8.0.
Also actually add a list of target triples.
|`i586-pc-nto-qnx700`| QNX Neutrino 7.0 | x86 || ✓ |
33
35
34
-
On QNX 7.0 and 7.1, `io-pkt` is used as network stack by default. QNX 7.1 includes
35
-
the optional network stack `io-sock`.
36
-
QNX 8.0 always uses `io-sock`. QNX 8.0 support is currently in development
37
-
and not tested.
36
+
On QNX Neutrino 7.0 and 7.1, `io-pkt` is used as network stack by default.
37
+
QNX Neutrino 7.1 includes the optional network stack `io-sock`.
38
+
QNX OS 8.0 always uses `io-sock`. QNX OS 8.0 support is currently work in progress.
38
39
39
-
Adding other architectures that are supported by QNX Neutrino is possible.
40
+
Adding other architectures that are supported by QNX is possible.
40
41
41
-
In the table above, 'full support' indicates support for building Rust applications with the full standard library.
42
-
'`no_std` support' indicates that only `core` and `alloc` are available.
42
+
In the table above, 'full support' indicates support for building Rust applications with the full standard library. A '?' means that support is in-progress.
43
+
'`no_std` support' is for building `#![no_std]` applications where only `core` and `alloc` are available.
43
44
44
-
For building or using the Rust toolchain for QNX Neutrino, the
45
+
For building or using the Rust toolchain for QNX, the
45
46
[QNX Software Development Platform (SDP)](https://blackberry.qnx.com/en/products/foundation-software/qnx-software-development-platform)
46
47
must be installed and initialized.
47
48
Initialization is usually done by sourcing `qnxsdp-env.sh` (this will be installed as part of the SDP, see also installation instruction provided with the SDP).
0 commit comments