Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

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] 常量