Cargo Features

[dependencies]
linux-rtic = { version = "0.1.1", default-features = false, features = ["profiling", "rt"] }
default = rt

The rt feature is set by default whenever linux-rtic is added without default-features = false somewhere in the dependency tree.

profiling = tracing, tracing-chrome, tracing-subscriber

Enables tracing

rt default

Initializes threads with SCHED_FIFO for real-time scheduling.
Requires root privileges.

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

tracing profiling?
tracing-subscriber profiling?

Enables tracing-subscriber ^0.2

tracing-chrome profiling?

Enables tracing-chrome ^0.3