embassy-rs / atomic-polyfill

⚠️ DEPRECATED ⚠️ -- use `portable-atomic` instead.
Apache License 2.0
30 stars 14 forks source link

add support for AVR like Arduino Uno #15

Closed mutantbob closed 2 years ago

mutantbob commented 2 years ago

now that the critical-section crate supports AVR, this module can support AVR. The biggest oddity is that core::panic::RefUnwindSafe seems to be missing (which may just be an artifact of the fact that Rust AVR requires nightly-2021-01-07).

mutantbob commented 2 years ago

submitting replacement pull request that does not include the breaking change.