sbi 0.2.0

A pure-Rust library to interact with the RISC-V Supervisor Binary Interface
Documentation
[dependencies]

[package]
authors = ["Wesley Norris <repnop@outlook.com>"]
categories = ["embedded", "os"]
description = "A pure-Rust library to interact with the RISC-V Supervisor Binary Interface"
edition = "2021"
keywords = ["sbi", "riscv", "osdev"]
license = "MPL-2.0"
name = "sbi"
readme = "README.md"
repository = "https://github.com/repnop/sbi"
resolver = "2"
version = "0.2.0"

[package.metadata.docs.rs]
default-target = "riscv64imac-unknown-none-elf"
targets = ["riscv64imac-unknown-none-elf", "riscv32imac-unknown-none-elf"]

[[test]]
harness = false
name = "hart_state_management"
path = "tests/hsm.rs"

[[test]]
harness = false
name = "interprocessor_interrupt"
path = "tests/ipi.rs"

[[test]]
harness = false
name = "timer_interrupt"
path = "tests/timer.rs"

[[test]]
harness = false
name = "base"
path = "tests/base.rs"