TinyWake
A minimal, no_std
-compatible waker implementation for Cortex-M async executors.
Features
- No-std support: Designed for bare-metal systems without the Rust standard library.
- Lightweight: Minimal overhead using
heapless
andportable-atomic
. - Cortex-M Optimised: Designed to work efficiently with the
cortex-m
architecture.
Usage
Add this to your Cargo.toml
:
[]
= "0.1.0"
Example
use run_all;
async
License
This project is licensed under the MIT License.