Commit Graph

14 Commits

Author SHA1 Message Date
Yu Chen
6906508d6c add cargo fmt in Makefile, and exec make fmt 2022-05-20 08:50:01 +08:00
Yu Chen
aa91ba8a9e clean comments in kernel, and fix typo in usr app:sig_ctrlc 2022-05-07 13:35:47 +08:00
Yu Chen
ce7e6bc668 default signal for ctrl_c can work now. p.s. add more debug info 2022-05-07 13:30:19 +08:00
Yu Chen
2ba356050d add ctrl-c response in fs/stdio.rs::read. But the default sig action for SIGINT is still wrong 2022-05-07 11:38:17 +08:00
Yifan Wu
7408b1a7b2 Add boards/ && cargo clippy 2022-01-24 23:09:54 -08:00
Yifan Wu
0d189e9ad7 Cargo fmt 2022-01-22 11:54:09 -08:00
Yifan Wu
2f5cff7e21 cargo clippy 2022-01-22 11:53:18 -08:00
Yifan Wu
bb98f7f88c rust->nightly-2021-10-15,cargo-binutils->0.3.3 2021-10-20 13:38:16 -07:00
Yifan Wu
315e61da1a Rm spin::Mutex except for easy-fs & add new test huge_write & flush cache to disk after a write transaction 2021-07-21 19:10:04 +08:00
Yifan Wu
04114ad949 Remove Any Trait of File 2021-02-19 00:38:21 +08:00
Yifan Wu
606abbe6a1 Simple filetest passed on qemu/k210. 2020-12-20 13:52:38 +08:00
Yifan Wu
ae9eecf97b Load app from sdcard on K210, but panicked on qemu. 2020-12-20 00:52:14 +08:00
Yifan Wu
8e178c0080 Pipe OK. 2020-12-14 16:18:33 +08:00
Yifan Wu
2e6734027d Rewrite Stdin/Stdout 2020-12-13 15:07:19 +08:00