Skip to content

Commit 55bc8ad

Browse files
Fix cortex-a-rt docs title.
Also clarify that both only apply to AArch32 systems. The terms 'Cortex-R' and 'Cortex-A' are particular brands of processor made by Arm, and there are processors under each of those brands that run in (or only run in) AArch64 mode.
1 parent 22f1eb9 commit 55bc8ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cortex-a-rt/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//! # Run-time support for Arm Cortex-R
1+
//! # Run-time support for Arm Cortex-A (AArch32)
22
//!
33
//! This library implements a simple Arm vector table, suitable for getting into
44
//! a Rust application running in System Mode. It also provides a reference

cortex-r-rt/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//! # Run-time support for Arm Cortex-R
1+
//! # Run-time support for Arm Cortex-R (AArch32)
22
//!
33
//! This library implements a simple Arm vector table, suitable for getting into
44
//! a Rust application running in System Mode. It also provides a reference

0 commit comments

Comments
 (0)