Skip to content

Commit 66a4f0c

Browse files
authored
Unrolled build for #149570
Rollup merge of #149570 - robamu:rename-cortex-ar-to-aarch32, r=ehuss rename cortex-ar references to unified aarch32 Just a little documentation update. Thanks to the amazing work of `@thejpster` , we have a unified `aarch32-rt` run-time for both Cortex-A and Cortex-R.
2 parents 5372fc9 + 8c03477 commit 66a4f0c

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

src/doc/rustc/src/platform-support/armebv7r-none-eabi.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
5151
using this target. Those crates include several examples which run in QEMU and
5252
build 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

src/doc/rustc/src/platform-support/armv7a-none-eabi.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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

src/doc/rustc/src/platform-support/armv7r-none-eabi.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
4646
using this target. Those crates include several examples which run in QEMU and
4747
build 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

0 commit comments

Comments
 (0)