riscv-rust / e310x-hal

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

Use portable-atomic #55

Closed romancardenas closed 11 months ago

romancardenas commented 11 months ago

The atomic-polyfill crate has been deprecated. Moving to portable-atomic to allow us compile for riscv32imc-unknown-none-elf targets when CAS operations are needed.

almindor commented 11 months ago

Hmm, will this need a MSRV bump?

romancardenas commented 11 months ago

There it was. Now it should be good to go