#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

#437 in Embedded development

Download history 2672/week @ 2024-11-16 2043/week @ 2024-11-23 1988/week @ 2024-11-30 2586/week @ 2024-12-07 2856/week @ 2024-12-14 2479/week @ 2024-12-21 1919/week @ 2024-12-28 1172/week @ 2025-01-04 1861/week @ 2025-01-11 2148/week @ 2025-01-18 804/week @ 2025-01-25 1207/week @ 2025-02-01 2195/week @ 2025-02-08 2090/week @ 2025-02-15 2059/week @ 2025-02-22 2993/week @ 2025-03-01

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