File tree Expand file tree Collapse file tree 3 files changed +14
-14
lines changed
src/doc/rustc/src/platform-support Expand file tree Collapse file tree 3 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -46,10 +46,10 @@ disabled as needed with `-C target-feature=(+/-)`.
4646
4747## Start-up and Low-Level Code
4848
49- The [ Rust Embedded Devices Working Group Arm Team] maintain the [ ` cortex-ar ` ]
50- and [ ` cortex-r -rt` ] crates, which may be useful for writing bare-metal code
49+ The [ Rust Embedded Devices Working Group Arm Team] maintain the [ ` aarch32-cpu ` ]
50+ and [ ` aarch32 -rt` ] crates, which may be useful for writing bare-metal code
5151using this target. Those crates include several examples which run in QEMU and
5252build using these targets.
5353
54- [ `cortex-ar ` ] : https://docs.rs/cortex-ar
55- [ `cortex-r- rt` ] : https://docs.rs/cortex-r -rt
54+ [ `aarch32-cpu ` ] : https://docs.rs/aarch32-cpu
55+ [ `aarch32- rt` ] : https://docs.rs/aarch32 -rt
Original file line number Diff line number Diff line change @@ -63,10 +63,10 @@ and disable them via `.cargo/config.toml` file.
6363
6464## Start-up and Low-Level Code
6565
66- The [ Rust Embedded Devices Working Group Arm Team] maintain the [ ` cortex-ar ` ]
67- and [ ` cortex-a -rt` ] crates, which may be useful for writing bare-metal code
68- using this target. The [ ` cortex-ar ` repository ] ( https://github.com/rust-embedded/cortex-ar )
69- includes several examples which run in QEMU and build using these targets.
66+ The [ Rust Embedded Devices Working Group Arm Team] maintain the [ ` aarch32-cpu ` ]
67+ and [ ` aarch32 -rt` ] crates, which may be useful for writing bare-metal code
68+ using this target. Those crates include several examples which run in QEMU and
69+ build using these targets.
7070
71- [ `cortex-ar ` ] : https://docs.rs/cortex-ar
72- [ `cortex-a- rt` ] : https://docs.rs/cortex-a -rt
71+ [ `aarch32-cpu ` ] : https://docs.rs/aarch32-cpu
72+ [ `aarch32- rt` ] : https://docs.rs/aarch32 -rt
Original file line number Diff line number Diff line change @@ -41,10 +41,10 @@ disabled as needed with `-C target-feature=(+/-)`.
4141
4242## Start-up and Low-Level Code
4343
44- The [ Rust Embedded Devices Working Group Arm Team] maintain the [ ` cortex-ar ` ]
45- and [ ` cortex-r -rt` ] crates, which may be useful for writing bare-metal code
44+ The [ Rust Embedded Devices Working Group Arm Team] maintain the [ ` aarch32-cpu ` ]
45+ and [ ` aarch32 -rt` ] crates, which may be useful for writing bare-metal code
4646using this target. Those crates include several examples which run in QEMU and
4747build using these targets.
4848
49- [ `cortex-ar ` ] : https://docs.rs/cortex-ar
50- [ `cortex-r- rt` ] : https://docs.rs/cortex-r -rt
49+ [ `aarch32-cpu ` ] : https://docs.rs/aarch32-cpu
50+ [ `aarch32- rt` ] : https://docs.rs/aarch32 -rt
You can’t perform that action at this time.
0 commit comments