ruspiro-interrupt 0.5.0

Providing a simple and convenient way to implement interrupt handler for Raspberry Pi interrupts.
[badges.maintenance]
status = "actively-developed"
[dependencies.futures-util]
default-features = false
optional = true
version = "~0.3.17"

[dependencies.paste]
version = "~1.0"

[dependencies.ruspiro-arch-aarch64]
version = "~0.1.5"

[dependencies.ruspiro-channel]
version = "~0.1.1"

[dependencies.ruspiro-interrupt-macros]
version = "~0.5.0"

[dependencies.ruspiro-mmio-register]
version = "~0.1.3"

[dependencies.ruspiro-singleton]
version = "~0.4.3"

[features]
async = ["futures-util", "ruspiro-interrupt-macros/async", "ruspiro-channel/async"]
pi3 = []
pi4_high = []
pi4_low = []

[lib]

[package]
authors = ["Andre Borrmann <pspwizard@gmx.de>"]
categories = ["no-std", "embedded"]
description = "Providing a simple and convenient way to implement interrupt handler for Raspberry Pi interrupts.\n"
documentation = "https://docs.rs/ruspiro-interrupt/0.5.0"
edition = "2021"
exclude = ["Makefile.toml"]
keywords = ["RusPiRo", "baremetal", "raspberrypi", "interrupt"]
license = "Apache-2.0 OR MIT"
links = "ruspiro_interrupt"
name = "ruspiro-interrupt"
readme = "../README.md"
repository = "https://github.com/RusPiRo/ruspiro-interrupt/tree/v0.5.0"
version = "0.5.0"