#riscv #sbi #rustsbi

no-std sbi-spec

Definitions and constants in RISC-V Supervisor Binary Interface (RISC-V SBI)

8 releases

0.0.6 Apr 4, 2023
0.0.5 Feb 18, 2023
0.0.4 Oct 9, 2022
0.0.2 Jul 21, 2022

#171 in Hardware support

Download history 2126/week @ 2023-05-28 2522/week @ 2023-06-04 946/week @ 2023-06-11 471/week @ 2023-06-18 954/week @ 2023-06-25 676/week @ 2023-07-02 1098/week @ 2023-07-09 1263/week @ 2023-07-16 1294/week @ 2023-07-23 921/week @ 2023-07-30 617/week @ 2023-08-06 482/week @ 2023-08-13 1002/week @ 2023-08-20 910/week @ 2023-08-27 570/week @ 2023-09-03 502/week @ 2023-09-10

3,044 downloads per month
Used in 3 crates

MulanPSL-2.0 OR MIT

48KB
540 lines

SBI 标准的 Rust 实现

CI Latest version issue Documentation license

这个库用 Rust 实现了 SBI 标准 定义的常量和结构。

2.0-rc1 标准各章节的实现情况:

  • §3
    • 常量
    • 结构
  • §4
    • 常量
  • §5
    • 常量
  • §6
    • 常量
  • §7
    • 常量
  • §8
    • 常量
  • §9
    • 常量
  • §10
    • 常量
  • §11
    • 常量
    • 结构
  • §12
    • 常量
  • §13
    • 常量
  • §14
    • 常量

Dependencies

~43KB