2019-12-18 01:59:00 +00:00
|
|
|
[package]
|
2019-12-19 04:17:07 +00:00
|
|
|
name = "xous-kernel-riscv-rt"
|
2019-12-18 01:59:00 +00:00
|
|
|
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"
|
2020-01-09 02:45:22 +00:00
|
|
|
vexriscv = "0.0.2"
|
2019-12-19 04:17:07 +00:00
|
|
|
xous-kernel-riscv-rt-macros = { path = "macros" }
|
2019-12-18 01:59:00 +00:00
|
|
|
|
|
|
|
[dev-dependencies]
|
2020-01-09 02:45:22 +00:00
|
|
|
vexriscv = "0.0.2"
|
2019-12-18 01:59:00 +00:00
|
|
|
panic-halt = "0.2.0"
|