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
Copy file name to clipboardExpand all lines: src/doc/rustc/src/platform-support/armv7a-vex-v5.md
+2-3
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,6 @@
2
2
3
3
**Tier: 3**
4
4
5
-
6
5
Allows compiling user programs for the [VEX V5 Brain](https://www.vexrobotics.com/276-4810.html), a microcontroller for educational and competitive robotics.
7
6
8
7
Rust support for this target is not affiliated with VEX Robotics or IFI.
@@ -11,9 +10,9 @@ Rust support for this target is not affiliated with VEX Robotics or IFI.
11
10
12
11
This target is maintained by members of the [vexide](https://github.com/vexide) organization:
@@ -90,4 +89,4 @@ The Rust test suite for `library/std` is not yet supported.
90
89
91
90
This target can be cross-compiled from any host.
92
91
93
-
This target does not link to C libraries. OS calls are implemented in rust through the [vex-sdk](https://github.com/vexide/vex-sdk) crate. No `libc` or crt0 implementation is present on this target.
92
+
This target does not link to C libraries. OS calls are implemented in rust through the [vex-sdk](https://github.com/vexide/vex-sdk) crate. No `libc` or crt0 implementation is present on this target.
0 commit comments