Cargo Features
embassy-sync has no features set by default.
[dependencies]
embassy-sync = { version = "0.6.0", features = ["std", "turbowakers", "defmt", "log"] }
- std
-
Enables std of critical-section
Enable critical-section implementation for std, for tests
- turbowakers