|
@@ -1,12 +1,12 @@
|
|
//! RISC-V SBI Specification structure and constant definitions.
|
|
//! RISC-V SBI Specification structure and constant definitions.
|
|
//!
|
|
//!
|
|
-//! This crate adapts to RISC-V SBI Specification verion 2.0-rc7.
|
|
|
|
|
|
+//! This crate adapts to RISC-V SBI Specification version 2.0 ratified.
|
|
//! It provides structures in Rust semantics and best practices to simplify
|
|
//! It provides structures in Rust semantics and best practices to simplify
|
|
//! designs of RISC-V SBI ecosystem, both implementation and applications.
|
|
//! designs of RISC-V SBI ecosystem, both implementation and applications.
|
|
//!
|
|
//!
|
|
//! You may find it convenient to use this library in a vast range of packages,
|
|
//! You may find it convenient to use this library in a vast range of packages,
|
|
//! from operating system kernels, hypervisors, to SBI bare metal implementations.
|
|
//! from operating system kernels, hypervisors, to SBI bare metal implementations.
|
|
-//! This crate is `no_std` compatible and does not need dymanic memory allocation,
|
|
|
|
|
|
+//! This crate is `no_std` compatible and does not need dynamic memory allocation,
|
|
//! which make it suitable for embedded development.
|
|
//! which make it suitable for embedded development.
|
|
//!
|
|
//!
|
|
//! Although this library is dedicated to RISC-V architecture, it does not limit
|
|
//! Although this library is dedicated to RISC-V architecture, it does not limit
|