aarch64-rt 0.4.2

Startup code and exception vector for aarch64 Cortex-A processors.
Documentation
[dependencies.smccc]
optional = true
version = "0.2.2"

[dev-dependencies.aarch64-paging]
default-features = false
version = "0.10.0"

[dev-dependencies.arm-pl011-uart]
version = "0.4.0"

[dev-dependencies.smccc]
version = "0.2.2"

[[example]]
name = "qemu_el1"
path = "examples/qemu_el1.rs"

[features]
default = ["exceptions", "initial-pagetable", "psci"]
el1 = []
el2 = []
el3 = []
exceptions = []
initial-pagetable = []
psci = ["dep:smccc"]

[lib]
name = "aarch64_rt"
path = "src/lib.rs"

[package]
authors = ["Andrew Walbran <qwandor@google.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["embedded", "no-std"]
description = "Startup code and exception vector for aarch64 Cortex-A processors."
edition = "2024"
keywords = ["arm", "aarch64", "cortex-a"]
license = "MIT OR Apache-2.0"
name = "aarch64-rt"
readme = "README.md"
repository = "https://github.com/google/aarch64-rt"
rust-version = "1.88.0"
version = "0.4.2"

[package.metadata.docs.rs]
default-target = "aarch64-unknown-none"