All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
asm::fence()
, a wrapper for implementing a fence
instructionasm::fence_i()
, a wrapper for implementing a fence.i
instructionTryFrom
implementation for mcause::{Interrupt, Exception}
and scause::{Interrupt, Exception}
bit_field
dependencycheckout@v3
and dtolnay/rust-toolchain
.mcause::{Interrupt, Exception}
and scause::{Interrupt, Exception}
now implement From
trait for usize
scause::Exception
missing LoadMisaligned
scause::Exception
missing SupervisorEnvCall
mcause::Interrupt
and scause::Interrupt
SingleHartCriticalSection
critical-section-single-hart
feature which provides an implementation for the critical_section
crate for single-hart systems, based on disabling all interrupts.asm::delay()
to ensure count register is always reloadedset_msoft
, clear_msoft
, set_mtimer
and clear_mtimer
removed as part of fixing issue #62#[cfg(riscv32)]
to pmpcfg1
and pmpcfg3
modulesRange
, Permission
for PMP configurationset_pmp()
and clear_pmp()
functions to pmpcfg(x) modulesPmpcsr
and is returned from pmpcfgx::read()
singleton!
macromcycle
registerasm::delay()
function for assembly-based busy-loopsasm::nop()
, a wrapper for implementing a nop
instruction#[inline]
attribute to register reads, type conversations and interrupt::free
asm!
instead of llvm_asm!
pmpcfgx::read()
macro to read_csr_as!()
from read_csr_as_usize!()
sfence.vma
operand orderinline-asm
feature which is now always enabledmedeleg
registercycle[h]
, instret[h]
and mcounteren
mxr
mprv
scause::set
bare-metal
to v1.0.0
removing Nr
traitdocs.rs
are now RISC-V targets other than default onesMtvec::trap_mode()
, Stvec::trap_mode()
and Utvec::trap_mode()
functions now return Option<TrapMode>
(breaking change)llvm_asm!
instead of asm!
vexriscv
crateriscv32i-unknown-none-elf
target supportmip
and satp
registersmideleg
registerbare-metal
version