embed-rs / stm32f7-discovery

Apache License 2.0
30 stars 23 forks source link

Rustup #83

Closed oli-obk closed 5 years ago

oli-obk commented 5 years ago

closes #82 by copying over the mpsc queue into our tree.

We should probably upstream that somehow, although I don't see how to do that easily. Maybe we can add Mutex to core::sync by making it generic over a MutexPrimitives trait that is filled in by the user (and libstd reexports it pre-filled with the distro synchronization primitives).