Remove K210 support.

This commit is contained in:
Yifan Wu 2022-12-14 00:12:50 +08:00
parent 66a93a40a7
commit 2cd4b625c6
5 changed files with 0 additions and 849 deletions

View file

@ -13,14 +13,7 @@ buddy_system_allocator = "0.6"
bitflags = "1.2.1"
xmas-elf = "0.7.0"
virtio-drivers = { git = "https://github.com/rcore-os/virtio-drivers", rev = "4ee80e5" }
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 = []
board_k210 = []
[profile.release]
debug = true