#riscv #sbi #rustsbi

no-std sbi-rt

Runtime library for supervisors to call RISC-V Supervisor Binary Interface (RISC-V SBI)

5 releases

0.0.3-rc.2 Apr 4, 2023
0.0.3-rc.1 Feb 19, 2023
0.0.2 Oct 9, 2022
0.0.1 Oct 6, 2022
0.0.0 Oct 6, 2022

#185 in Embedded development

Download history 2366/week @ 2023-06-05 806/week @ 2023-06-12 360/week @ 2023-06-19 897/week @ 2023-06-26 589/week @ 2023-07-03 1078/week @ 2023-07-10 1323/week @ 2023-07-17 1066/week @ 2023-07-24 909/week @ 2023-07-31 518/week @ 2023-08-07 380/week @ 2023-08-14 1075/week @ 2023-08-21 787/week @ 2023-08-28 514/week @ 2023-09-04 399/week @ 2023-09-11 498/week @ 2023-09-18

2,345 downloads per month
Used in sbi-testing

MulanPSL-2.0 OR MIT

57KB
780 lines

sbi-rt

crates.io Documentation License

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

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

  • §3
  • §4
  • §5
  • §6
  • §7
  • §8
  • §9
  • §10
  • §11
  • §12

lib.rs:

Simple RISC-V SBI runtime primitives

Dependencies

~91KB