Skip to content

Commit

Permalink
lib: use derive macro based RustSBI
Browse files Browse the repository at this point in the history
Signed-off-by: Zhouqi Jiang <luojia@hust.edu.cn>
  • Loading branch information
luojia65 committed Dec 27, 2023
1 parent 89f4d41 commit 3cf1777
Show file tree
Hide file tree
Showing 6 changed files with 121 additions and 110 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

### Modified

- Use instance based RustSBI interface, with separate functions for legacy stdio
- Use derive macro based RustSBI interface, with separate functions for legacy stdio
- Update sbi-testing to version 0.0.1
- Use crate fast-trap version 0.0.1 in rustsbi-qemu for trap handling
- Use crate rcore-console version 0.0.0 in rustsbi-qemu and test-kernel for `print!` and `println!`
Expand Down
Loading

0 comments on commit 3cf1777

Please sign in to comment.