Cargo Features

rtic-sync has no features set by default.

[dependencies]
rtic-sync = { version = "1.3.1-alpha.1", features = ["defmt-03", "testing"] }
defmt-03

Enables defmt, defmt-03 of embedded-hal, embedded-hal-async, and embedded-hal-bus ^0.1.0

testing

Enables testing of rtic-common and std of critical-section

critical-section:

Enable a critical-section implementation for platforms supporting std, based on std::sync::Mutex. If you enable this, the critical-section crate itself provides the implementation, you don't have to get another crate to to do it.

rtic-sync has 2 features without comments.