Sean Cross
fd7bbc463d
Use this package rather than the local xous-riscv package. Signed-off-by: Sean Cross <sean@xobs.io>
19 lines
541 B
TOML
19 lines
541 B
TOML
[package]
|
|
name = "xous-kernel-riscv-rt"
|
|
version = "0.6.1"
|
|
repository = "https://github.com/xous/xous-riscv-rt"
|
|
authors = ["Sean Cross <sean@xobs.io>", "The RISC-V Team <risc-v@teams.rust-embedded.org>"]
|
|
categories = ["embedded", "no-std", "xous"]
|
|
description = "Minimal runtime / startup for RISC-V CPU's"
|
|
keywords = ["riscv", "runtime", "startup"]
|
|
license = "ISC"
|
|
|
|
[dependencies]
|
|
r0 = "0.2.2"
|
|
vexriscv = "0.0.2"
|
|
xous-kernel-riscv-rt-macros = { path = "macros" }
|
|
|
|
[dev-dependencies]
|
|
vexriscv = "0.0.2"
|
|
panic-halt = "0.2.0"
|