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

https://github.com/rustsbi/sbi-testing

RISC-V SBI environment test suite
https://github.com/rustsbi/sbi-testing

Last synced: about 1 year ago
JSON representation

RISC-V SBI environment test suite

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 功能测试集

[![CI](https://github.com/rustsbi/sbi-testing/actions/workflows/workflow.yml/badge.svg?branch=main)](https://github.com/rustsbi/sbi-testing/actions)
[![Latest version](https://img.shields.io/crates/v/sbi-testing.svg)](https://crates.io/crates/sbi-testing)
[![issue](https://img.shields.io/github/issues/rustsbi/sbi-testing)](https://github.com/rustsbi/sbi-testing/issues)
[![Documentation](https://docs.rs/sbi-testing/badge.svg)](https://docs.rs/sbi-testing)
![license](https://img.shields.io/github/license/rustsbi/sbi-testing)

- [An English README](README_EN.md)

这个库封装了一系列测试,供特权软件测试为自己服务的特权运行环境功能是否正常。

SBI 1.0.0 标准各章节的实现情况:

- [x] §4 Base
- [x] §6 TIME
- [x] §7 sPI
- [ ] §8 RFNC
- [x] §9 HSM
- [ ] §10 SRST
- [ ] §11 PMU