rust-embedded / riscv

Low level access to RISC-V processors
822 stars 160 forks source link

Remove FCSR #149

Closed romancardenas closed 10 months ago

romancardenas commented 10 months ago

As mentioned by @RalfJung, the FCSR register cannot be read/written soundly in Rust, and inline assembly must be used when necessary. This PR removes the FCSR register from this crates and documents why we do not cover this register.

This solves #148