add CI autotest, update README

This commit is contained in:
Yu Chen 2022-06-24 00:00:37 +08:00
parent d7815c6297
commit 31cbc6d290
10 changed files with 267 additions and 52 deletions

View file

@ -16,4 +16,4 @@ pub fn kernel_stack_position(app_id: usize) -> (usize, usize) {
(bottom, top)
}
pub use crate::board::CLOCK_FREQ;
pub use crate::board::{CLOCK_FREQ, MMIO};