Add sdcard driver based on k210-rust crates && adjust clock freq.
This commit is contained in:
parent
eca5ee2eb7
commit
c5cf3aa83e
7 changed files with 783 additions and 5 deletions
|
@ -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 = []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue