rust-exercises
rust-exercises copied to clipboard
Add the RngFifo driver
The RngFifo I wrote for the Open Embedded in December 2024 is a nice object for explaining how to make shared mutable state and access it from an interrupt handler safely.