#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

#139 in Embedded development

Download history 174/week @ 2024-02-01 151/week @ 2024-02-08 343/week @ 2024-02-15 468/week @ 2024-02-22 569/week @ 2024-02-29 965/week @ 2024-03-07 682/week @ 2024-03-14 697/week @ 2024-03-21 592/week @ 2024-03-28 860/week @ 2024-04-04 691/week @ 2024-04-11 584/week @ 2024-04-18 869/week @ 2024-04-25 822/week @ 2024-05-02 1141/week @ 2024-05-09 558/week @ 2024-05-16

3,472 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