rust-embedded / not-yet-awesome-embedded-rust

A collection of items that are not yet awesome in Embedded Rust
Creative Commons Attribution Share Alike 4.0 International
121 stars 10 forks source link

Add Sharing Data with Interrupts #8

Closed jamesmunns closed 5 years ago

jamesmunns commented 5 years ago

Category

Is this PR a:

New Not Yet Awesome item checklist

rust-highfive commented 5 years ago

r? @korken89

(rust_highfive has picked a reviewer for you, use r? to override)

jamesmunns commented 5 years ago

CC https://github.com/rust-embedded/wg/issues/294

jamesmunns commented 5 years ago

Addressed @japaric's comments, this is ready for re-review!

mathk commented 5 years ago

Coudn't this kind of issue be solved with a messaging bus system ?

jamesmunns commented 5 years ago

@mathk - yes, but you would still need to get a handle to the message bus system (producer, consumer, etc) to the interrupt!

jamesmunns commented 5 years ago

bors r=therealprof

bors[bot] commented 5 years ago

Build succeeded