#sbi #risc-v

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

#181 in Embedded development

Download history 370/week @ 2023-12-18 377/week @ 2023-12-25 251/week @ 2024-01-01 169/week @ 2024-01-08 315/week @ 2024-01-15 249/week @ 2024-01-22 205/week @ 2024-01-29 185/week @ 2024-02-05 197/week @ 2024-02-12 339/week @ 2024-02-19 662/week @ 2024-02-26 888/week @ 2024-03-04 665/week @ 2024-03-11 682/week @ 2024-03-18 616/week @ 2024-03-25 708/week @ 2024-04-01

2,908 downloads per month
Used in sbi-testing

MulanPSL-2.0 OR MIT

145KB
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