| Crates.io | aarch32-rt |
| lib.rs | aarch32-rt |
| version | 0.2.0 |
| created_at | 2025-10-31 18:36:06.223523+00 |
| updated_at | 2026-01-21 15:35:36.431787+00 |
| description | Run-time support for Arm AArch32 |
| homepage | |
| repository | https://github.com/rust-embedded/aarch32.git |
| max_upload_size | |
| id | 1910535 |
| size | 70,055 |
This library implements a simple Arm vector table, suitable for getting into a Rust application running in System Mode. It also provides a reference start up method. Some Arm AArch32 based systems will require chip specific start-up code, so the start-up method can be overridden. It should be suitable for:
It does not support any M-Profile Processors (like the Arm Cortex-M3) as they have a fundamentally different interrupt vector table.
It also does not support processors running in AArch64 mode - A64 machine code uses different instructions for reading/writing system registers.
This crate is guaranteed to compile on stable Rust 1.83.0 and up, as recorded
by the package.rust-version property in Cargo.toml.
Increasing the MSRV is not considered a breaking change and may occur in a
minor version release (e.g. from 0.3.0 to 0.3.1, because this is still a
0.x release).
Licensed under either MIT or Apache-2.0 at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you shall be licensed as above, without any additional terms or conditions.