embassy-rs / embassy

Modern embedded framework, using Rust and async.
https://embassy.dev
Apache License 2.0
5.15k stars 713 forks source link

OwnedInterrupt: add compiler fences #36

Closed Dirbaio closed 3 years ago

Dirbaio commented 3 years ago

many OwnedInterrupt methods should have compiler fences, so for example enabling/disabling is guaranteed to be ordered vs other memory accesses.

Dirbaio commented 3 years ago

Done in https://github.com/embassy-rs/embassy/commit/4ce46df1603697b14f2446b33663a122dda4a468