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

@ -23,4 +23,4 @@ pub fn init() {
heap_allocator::init_heap();
frame_allocator::init_frame_allocator();
KERNEL_SPACE.clone().lock().activate();
}
}