#sbi #risc-v

no-std sbi-spec

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

12 releases

0.0.7 Feb 6, 2024
0.0.7-alpha.3 Dec 24, 2023
0.0.6 Apr 4, 2023
0.0.5 Feb 18, 2023
0.0.2 Jul 21, 2022

#184 in Embedded development

Download history 288/week @ 2024-01-24 215/week @ 2024-01-31 153/week @ 2024-02-07 319/week @ 2024-02-14 419/week @ 2024-02-21 665/week @ 2024-02-28 944/week @ 2024-03-06 707/week @ 2024-03-13 697/week @ 2024-03-20 640/week @ 2024-03-27 888/week @ 2024-04-03 756/week @ 2024-04-10 626/week @ 2024-04-17 830/week @ 2024-04-24 792/week @ 2024-05-01 1080/week @ 2024-05-08

3,396 downloads per month
Used in 3 crates

MulanPSL-2.0 OR MIT

68KB
838 lines

SBI 标准的 Rust 实现

CI Latest version issue Documentation license

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

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

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

No runtime deps