Crates.io | cortex-a-rt |
lib.rs | cortex-a-rt |
version | 0.1.1 |
created_at | 2025-05-27 10:55:46.593617+00 |
updated_at | 2025-09-08 21:23:26.14492+00 |
description | Run-Time support for Arm Cortex-A |
homepage | https://github.com/rust-embedded/cortex-ar.git |
repository | https://github.com/rust-embedded/cortex-ar.git |
max_upload_size | |
id | 1690907 |
size | 45,476 |
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-A based systems will require chip specific start-up code, so the start-up method can be overridden.
See https://docs.rs/cortex-a-rt for detailed documentation.
vfp-dp
: Enables support for the double-precision VFP floating point support. If your target
CPU has this feature or support for NEON which also implies double-precision support, this
feature should be activated.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.