Crates.io | cortex-r-rt |
lib.rs | cortex-r-rt |
version | 0.2.0 |
created_at | 2025-02-25 14:40:25.525627+00 |
updated_at | 2025-05-27 10:56:29.818053+00 |
description | Run-time support for Arm Cortex-R |
homepage | |
repository | https://github.com/rust-embedded/cortex-r.git |
max_upload_size | |
id | 1569201 |
size | 48,609 |
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. Most Cortex-R based systems will require chip specific start-up code, so the start-up method can over overridden.
See https://docs.rs/cortex-r-rt for detailed documentation.
This crate is guaranteed to compile on stable Rust 1.82.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.