#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

#141 in Embedded development

Download history 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 625/week @ 2024-04-01 1027/week @ 2024-04-08 473/week @ 2024-04-15 743/week @ 2024-04-22 819/week @ 2024-04-29 1140/week @ 2024-05-06

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