Add sdcard driver based on k210-rust crates && adjust clock freq.

This commit is contained in:
Yifan Wu 2020-12-16 15:19:29 +08:00
parent eca5ee2eb7
commit c5cf3aa83e
7 changed files with 783 additions and 5 deletions

View file

@ -14,7 +14,9 @@ spin = "0.7.0"
bitflags = "1.2.1"
xmas-elf = "0.7.0"
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" }
[features]
board_qemu = []