Zhouqi Jiang 62ab2e498c rt: pmu: change `counter_idx_mask` and `counter_idx_base` parameters into `counter_idx` with type `CounterMask`. 5 月之前
..
.cargo 330e995922 lib: move `sbi-rt` code from rustsbi/sbi-rt repo to rustsbi/rustsbi 1 年之前
src 62ab2e498c rt: pmu: change `counter_idx_mask` and `counter_idx_base` parameters into `counter_idx` with type `CounterMask`. 5 月之前
.gitignore 330e995922 lib: move `sbi-rt` code from rustsbi/sbi-rt repo to rustsbi/rustsbi 1 年之前
CHANGELOG.md 62ab2e498c rt: pmu: change `counter_idx_mask` and `counter_idx_base` parameters into `counter_idx` with type `CounterMask`. 5 月之前
Cargo.toml 1e08efedcb spec: prepare for release version 0.0.8-rc.1 5 月之前
LICENSE-MIT 330e995922 lib: move `sbi-rt` code from rustsbi/sbi-rt repo to rustsbi/rustsbi 1 年之前
LICENSE-MULAN 330e995922 lib: move `sbi-rt` code from rustsbi/sbi-rt repo to rustsbi/rustsbi 1 年之前
README.md 9acff1a98b lib: RustSBI supports RISC-V SBI 2.0 ratified 1 年之前
README_EN.md 9acff1a98b lib: RustSBI supports RISC-V SBI 2.0 ratified 1 年之前

README.md

# sbi-rt

crates.io Documentation License

为特权软件提供 RISC-V 特权二进制接口(Supervisor Binary Interface)的运行时库。

2.0 标准各章节的实现情况:

  • §3
  • §4
  • §5
  • §6
  • §7
  • §8
  • §9
  • §10
  • §11
  • §12
  • §13
  • §14
  • §15
  • §16