#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

#157 in Embedded development

Download history 355/week @ 2024-08-06 530/week @ 2024-08-13 425/week @ 2024-08-20 560/week @ 2024-08-27 726/week @ 2024-09-03 888/week @ 2024-09-10 664/week @ 2024-09-17 1099/week @ 2024-09-24 1524/week @ 2024-10-01 2149/week @ 2024-10-08 2790/week @ 2024-10-15 3143/week @ 2024-10-22 2038/week @ 2024-10-29 2396/week @ 2024-11-05 2409/week @ 2024-11-12 2452/week @ 2024-11-19

9,868 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