rust-embedded / riscv

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

Transition to cargo workspace #150

Closed romancardenas closed 10 months ago

romancardenas commented 10 months ago

I've been working on adding new functionalities to the RISC-V environment, especially for standard peripherals. Additionally, it seems that the cortex-m folks are working on splitting the interrupt-related stuff from cortex-m to a new crate to ease the integration of breaking changes. I think it is a good idea to start using their approach, so we can maintain new RISC-V crates without having to create new repos, setup the CI, etc.

Let me know what you think about this structure and, if you are happy with it, I will move riscv-rt to this repo.

romancardenas commented 10 months ago

ping @rust-embedded/riscv

almindor commented 10 months ago

LGTM, we should've workspaced a lot of things ages ago