1 Star 1 Fork 0

Artyom Liu / psicasbi

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Cargo.toml 631 Bytes
一键复制 编辑 原始数据 按行查看 历史
Artyom Liu 提交于 2021-08-10 00:50 . write to README
[package]
name = "psicasbi"
version = "0.4.0"
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
lazy_static = { version = "1", features = ["spin_no_std"] }
spin = "0.9.0"
riscv = "0.6.0"
buddy_system_allocator = "0.8"
k210-pac = "0.2.0"
r0 = "1.0.0"
[features]
default = ["k210"]
qemu = []
k210 = ["soft-extern", "old-spec"]
soft-extern = [] # For platforms that don't have Supervisor Ext Interrupt
old-spec = [] # For platforms that use an old Spec, which differs in ins and reg
[profile.dev]
panic = "abort"
[profile.release]
panic = "abort"
1
https://gitee.com/retrhelo/psicasbi.git
git@gitee.com:retrhelo/psicasbi.git
retrhelo
psicasbi
psicasbi
main

搜索帮助