Cargo Features

[dependencies]
sparreal-rt = { version = "0.13.1", default-features = false, features = ["hv", "uspace"] }
default = uspace

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

hv

Enables hv of somehal

uspace default

Enables uspace of somehal

sparreal-rt has 3 features without comments.