rust-embedded / riscv

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

Release new `riscv-peripheral` crate and minor patches #184

Closed romancardenas closed 6 months ago

romancardenas commented 6 months ago

Minor releases with the changes of the latest PRs. I also made asm::wfi safe, following the criteria of cortex-m. Additionally, the riscv-peripheral crate is ready for its first release.

I will publish these new releases as soon as the PR gets merged.