Add boards/ && cargo clippy&fmt
This commit is contained in:
parent
ce80bc2bfd
commit
493fba58fe
6 changed files with 16 additions and 3 deletions
|
@ -9,6 +9,7 @@ edition = "2018"
|
|||
[dependencies]
|
||||
riscv = { git = "https://github.com/rcore-os/riscv", features = ["inline-asm"] }
|
||||
lazy_static = { version = "1.4.0", features = ["spin_no_std"] }
|
||||
cfg-if = { version = "1.0.0" }
|
||||
|
||||
[features]
|
||||
board_qemu = []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue