Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rustsbi/sbi-spec
Definitions and constants in RISC-V Supervisor Binary Interface (RISC-V SBI)
https://github.com/rustsbi/sbi-spec
riscv rust
Last synced: about 1 month ago
JSON representation
Definitions and constants in RISC-V Supervisor Binary Interface (RISC-V SBI)
- Host: GitHub
- URL: https://github.com/rustsbi/sbi-spec
- Owner: rustsbi
- License: mit
- Archived: true
- Created: 2022-06-21T08:08:52.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-10T12:04:35.000Z (12 months ago)
- Last Synced: 2024-08-02T07:02:20.097Z (5 months ago)
- Topics: riscv, rust
- Language: Rust
- Homepage:
- Size: 88.9 KB
- Stars: 9
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE-MIT
Awesome Lists containing this project
README
# Repository archived
This crate has been moved to repository [rustsbi/rustsbi](https://github.com/rustsbi/rustsbi). Please direct issues and pull requests to the new repository.
# SBI 标准的 Rust 实现
[![CI](https://github.com/rustsbi/sbi-spec/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/rustsbi/sbi-spec/actions)
[![Latest version](https://img.shields.io/crates/v/sbi-spec.svg)](https://crates.io/crates/sbi-spec)
[![issue](https://img.shields.io/github/issues/rustsbi/sbi-spec)](https://github.com/rustsbi/sbi-spec/issues)
[![Documentation](https://docs.rs/sbi-spec/badge.svg)](https://docs.rs/sbi-spec)
![license](https://img.shields.io/github/license/rustsbi/sbi-spec)这个库用 Rust 实现了 [SBI 标准](https://github.com/riscv-non-isa/riscv-sbi-doc) 定义的常量和结构。
2.0-rc7 标准各章节的实现情况:
- §3
- [x] 常量
- [x] 结构
- §4
- [x] 常量
- §5
- [x] 常量
- §6
- [x] 常量
- §7
- [x] 常量
- §8
- [x] 常量
- §9
- [x] 常量
- §10
- [x] 常量
- §11
- [x] 常量
- §12
- [x] 常量
- §13
- [x] 常量
- §14
- [x] 常量
- §15
- [x] 常量
- §16
- [x] 常量