rust-embedded / book

Documentation on how to use the Rust Programming Language to develop firmware for bare metal (microcontroller) devices
https://docs.rust-embedded.org/book/
Apache License 2.0
1.08k stars 173 forks source link

Mention the critical-section crate? #345

Open jonathanpallant opened 1 year ago

jonathanpallant commented 1 year ago

https://docs.rust-embedded.org/book/concurrency/index.html talks about sharing data, and hand-waves over what to do on a multi-core system. We should introduce critical-section here, which specifically resolves this issue.