#risc-v #sbi

no-std sbi-rt

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

9 releases

0.0.3 Feb 10, 2024
0.0.3-rc.5 Dec 24, 2023
0.0.3-rc.2 Apr 4, 2023
0.0.3-rc.1 Feb 19, 2023
0.0.2 Oct 9, 2022

#80 in Embedded development

Download history 805/week @ 2024-09-04 825/week @ 2024-09-11 593/week @ 2024-09-18 1204/week @ 2024-09-25 1646/week @ 2024-10-02 2324/week @ 2024-10-09 2736/week @ 2024-10-16 3032/week @ 2024-10-23 1992/week @ 2024-10-30 2590/week @ 2024-11-06 2395/week @ 2024-11-13 2339/week @ 2024-11-20 1932/week @ 2024-11-27 1945/week @ 2024-12-04 3440/week @ 2024-12-11 2059/week @ 2024-12-18

9,679 downloads per month
Used in 5 crates (4 directly)

MulanPSL-2.0 OR MIT

155KB
2K SLoC

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

lib.rs:

Simple RISC-V SBI runtime primitives.

Dependencies