aarch32-rt 0.2.0

Run-time support for Arm AArch32
Documentation
[build-dependencies.arm-targets]
version = "0.4.0"

[dependencies.aarch32-cpu]
version = "0.2.0"

[dependencies.aarch32-rt-macros]
version = "=0.2.0"

[features]
eabi-fpu = []
fpu-d32 = []

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

[package]
authors = ["Jonathan Pallant <jonathan.pallant@ferrous-systems.com>", "The Embedded Devices Working Group Arm Team <arm@teams.rust-embedded.org>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["embedded", "no-std"]
description = "Run-time support for Arm AArch32"
edition = "2021"
keywords = ["arm", "aarch32", "embedded", "no-std", "run-time"]
license = "MIT OR Apache-2.0"
name = "aarch32-rt"
readme = "README.md"
repository = "https://github.com/rust-embedded/aarch32.git"
rust-version = "1.83"
version = "0.2.0"

[package.metadata.docs.rs]
targets = ["armv7r-none-eabihf", "armv7r-none-eabihf", "armv7a-none-eabi"]