Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.

SBI-Spec version 0.0.5

Compare
Choose a tag to compare
@luojia65 luojia65 released this 18 Feb 06:39
· 38 commits to main since this release

This release adapts RISC-V SBI 2.0-rc1 to SBI-Spec. Now users may use SBI 2.0-rc1 features by using this crate, including Debug Console extension, pmu_counter_fw_read_hi and minor document fixes on HSM extension.

Added

  • Adapt to RISC-V SBI specification version 2.0-rc1
  • PMU_COUNTER_FW_READ_HI function in pmu module for RV32 systems
  • SBI DBCN extension support
  • Result-like documents to SbiRet

Modified

  • style: add period to docs