embassy-rs / static-cellLinks
Statically allocated, runtime initialized cell.
☆60Updated 5 months ago
Alternatives and similar repositories for static-cell
Users that are interested in static-cell are comparing it to the libraries listed below
Sorting:
- Rust serialize/deserialize/access reflection for trees (no_std, no alloc)☆30Updated last month
- no-std no-alloc Rust protobufs.☆34Updated 6 months ago
- An Embedded Storage Abstraction Layer☆84Updated last month
- Time(ing) library (Instant/Duration/Clock/Timer/Period/Frequency) for bare-metal embedded systems☆93Updated 4 years ago
- VSCode debug extension for probe-rs. It uses the MS DAP protocol to communicate directly with the probe (via probe-rs), and supports basi…☆73Updated last week
- Library facilitating safe pinned initialization☆75Updated last week
- Key-value store for embedded systems, for raw NOR flash, using an LSM-Tree.☆111Updated last week
- A set of rust crates for making stack dumps and getting stack traces out of them☆78Updated 3 months ago
- Pluggable critical section☆159Updated 6 months ago
- Minimal and reusable non-blocking I/O layer☆104Updated 2 years ago
- A small CBOR codec suitable for no_std environments.☆75Updated 2 months ago
- Rust Protobuf library targetting embedded systems and no_std environments without an allocator☆115Updated 2 weeks ago
- Minimal no_std MQTT v5.0 client implementation☆176Updated last year
- A minimal async executor suitable for embedded environments☆39Updated 2 years ago
- An Embedded Network Abstraction Layer☆199Updated 4 months ago
- ☆126Updated 4 years ago
- Target side implementation of the RTT (Real-Time Transfer) I/O protocol☆174Updated 3 weeks ago
- Rust crates providing a generic interface for display drivers and some default implementations (GPIO, SPI and I2C)☆90Updated last month
- ⚠️ DEPRECATED ⚠️ -- use `portable-atomic` instead.☆32Updated 2 years ago
- A test harness and runner for embedded devices☆158Updated 3 months ago
- ☆110Updated last month
- A simple, single-future, non-blocking executor intended for building state machines. Designed to be no-std and embedded friendly.☆86Updated last year
- Rust crate for bitfields and bit-enums☆91Updated last week
- An embedded-hal driver for various SPI Flash and EEPROM chips☆26Updated 4 years ago
- Infrared remote control library for embedded Rust☆60Updated 10 months ago
- async + no_std + no-alloc implementations of various network protocols☆203Updated 3 weeks ago
- Provides print! and println! implementations various Espressif devices☆19Updated last year
- A procedural macro for configuring constant values across crates☆71Updated last year
- Use bitsized types as if they were a feature of rust.☆193Updated 4 months ago
- Implements embedded-hal traits by bitbanging