A look into ways to implement and share data with interrupt handlers in Rust

In this blog entry I will explain a bit what interrupts are and they work in
embedded systems and compare various interrupt implementation and sharing
methods in Rust. Read more

Similar