Cargo Features
[dependencies]
nucleo-f042k6 = { version = "0.8.0", default-features = false, features = ["rt"] }
- default = rt
-
The
rt
feature is set by default whenevernucleo-f042k6
is added without
somewhere in the dependency tree.default-features = false - rt default
Nucleo-F042K6 has 2 features without comments.