#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

#73 in Embedded development

Download history 836/week @ 2024-07-29 350/week @ 2024-08-05 562/week @ 2024-08-12 394/week @ 2024-08-19 518/week @ 2024-08-26 772/week @ 2024-09-02 859/week @ 2024-09-09 636/week @ 2024-09-16 650/week @ 2024-09-23 2016/week @ 2024-09-30 1594/week @ 2024-10-07 3005/week @ 2024-10-14 3004/week @ 2024-10-21 2362/week @ 2024-10-28 2033/week @ 2024-11-04 2483/week @ 2024-11-11

10,211 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