Crate embedded_threadsafe_rp2040
source ·Expand description
embedded-threadsafe-rp2040
Provides global or thread-local cells for embedded devices, with predefined runtime hooks for the rp2040.
⚠️ WARNING: WIP ⚠️
Modules
- A lazily instantiated cell
- Multiple cells with different access- and safety guarantees
Structs
- A fast, thread-local cell that can be safely shared accross interrupt contexts
- A lazily instantiated cell
- A fast, thread-local cell
- A cell that can be safely be shared across thread boundaries and interrupt contexts