rust-embedded / riscv

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

`riscv-rt`: remove riscv-target ;`riscv`:update for embedded-hal to 1.0.0-rc.2 #160

Closed romancardenas closed 11 months ago

romancardenas commented 11 months ago

I implemented the riscv-target necessary logic in build.rs. This way we avoid extra dependencies that triggered problems with the MSRV (see #159).

romancardenas commented 11 months ago

This PR now solves the issues of #159