rust-embedded / riscv

Low level access to RISC-V processors
841 stars 162 forks source link

remove peripheral module #144

Closed romancardenas closed 1 year ago

romancardenas commented 1 year ago

Remove all the peripheral-related code for the next version of riscv

luojia65 commented 1 year ago

We have a plic crate for this purpose: https://docs.rs/plic . Feel free to comment if any modifications are yet to applied.

romancardenas commented 1 year ago

I'm working on a crate for riscv peripherals: https://github.com/romancardenas/riscv-peripheral

Take a look and let me know what you think. Eventualy I'd like to transfer it to the WG