Cargo Features

rtic-common has no features set by default.

[dependencies]
rtic-common = { version = "1.0.0", features = ["testing"] }
testing

Enables 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-common has 1 feature without comment.