Import easy-fs in os && change easy-fs to no_std mode.

This commit is contained in:
Yifan Wu 2020-12-19 21:18:57 +08:00
parent 94267a47c4
commit 760de97155
6 changed files with 7 additions and 17 deletions

View file

@ -17,6 +17,7 @@ virtio-drivers = { git = "https://github.com/rcore-os/virtio-drivers" }
k210-pac = { git = "https://github.com/wyfcyx/k210-pac" }
k210-hal = { git = "https://github.com/wyfcyx/k210-hal" }
k210-soc = { git = "https://github.com/wyfcyx/k210-soc" }
easy-fs = { path = "../easy-fs" }
[features]
board_qemu = []