k210-sdk-stuff/rust/interrupt/Cargo.toml
Wladimir J. van der Laan b6b5d13b0c rust: Add interrupt test
really want to handle UART interrupts so this needs PLIC
and dispatching but this is a start…
2019-08-14 18:35:38 +00:00

12 lines
269 B
TOML

[package]
name = "interrupt"
version = "0.1.0"
authors = ["W.J. van der Laan <laanwj@protonmail.com>"]
edition = "2018"
[dependencies]
riscv-rt = "0.6"
k210-hal = "0.1.0"
riscv = { version = "0.5", features = ["inline-asm"] }
k210-shared = { path = "../k210-shared" }