riscv-rust / e310x-hal

Implementation of the `embedded-hal` traits for E310x microcontrollers
17 stars 18 forks source link

Future version of portable-atomic #56

Open romancardenas opened 11 months ago

romancardenas commented 11 months ago

portable-atomic added a new feature that is particularly well-suited for e310x targets. It allows us to compile over riscv32imc-unknown-none-elf while leaving AMOxxx instructions with no emulation. Once portable-atomic releases a new version, we can benefit from it. The downside is that we should bump MSRV to 1.72.

romancardenas commented 10 months ago

portable-atomic 1.5.0 is out with this feature: https://github.com/taiki-e/portable-atomic/releases/tag/v1.5.0

Should I set up a PR?

almindor commented 10 months ago

portable-atomic 1.5.0 is out with this feature: https://github.com/taiki-e/portable-atomic/releases/tag/v1.5.0

Should I set up a PR?

That's be great! thanks