Kaynağa Gözat

Fix RISC-V name

https://riscv.org/risc-v-trademark-usage/
Vadim Kaushan 6 yıl önce
ebeveyn
işleme
ac1cba597a
3 değiştirilmiş dosya ile 3 ekleme ve 3 silme
  1. 1 1
      Cargo.toml
  2. 1 1
      src/lib.rs
  3. 1 1
      src/register/mod.rs

+ 1 - 1
Cargo.toml

@@ -4,7 +4,7 @@ version = "0.3.0"
 repository = "https://github.com/rust-embedded/riscv"
 authors = ["David Craven <david@craven.ch>"]
 categories = ["embedded", "hardware-support", "no-std"]
-description = "Low level access to RISCV processors"
+description = "Low level access to RISC-V processors"
 keywords = ["riscv", "register", "peripheral"]
 license = "ISC"
 

+ 1 - 1
src/lib.rs

@@ -1,4 +1,4 @@
-//! Low level access to RISCV processors
+//! Low level access to RISC-V processors
 //!
 //! This crate provides:
 //!

+ 1 - 1
src/register/mod.rs

@@ -1,4 +1,4 @@
-//! RISCV CSR's
+//! RISC-V CSR's
 //!
 //! The following registers are not available on 64-bit implementations.
 //!