Expand description
Low level access to RISC-V processors
Minimum Supported Rust Version (MSRV)
This crate is guaranteed to compile on stable Rust 1.42 and up. It might compile with older versions but that may change in any new patch release.
Features
This crate provides:
- Access to core registers like
mstatus
ormcause
. - Interrupt manipulation mechanisms.
- Wrappers around assembly instructions like
WFI
.