Expand description

License BSD-2-Clause License MIT

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