Chapter3: power2/3/5 & sleep test worked on k210/qemu based on timer.

This commit is contained in:
Yifan Wu 2020-11-29 10:31:15 +08:00
parent adbe671fe1
commit 1cef77eac7
17 changed files with 183 additions and 82 deletions

View file

@ -29,7 +29,7 @@ $(KERNEL_BIN): kernel
kernel:
@cd ../user && make build
@cargo build --release
@cargo build --release --features "board_$(BOARD)"
clean:
@cargo clean