Cargo Features
[dependencies]
lpc55s6x-hal = { version = "0.0.2", default-features = false, features = ["rt"] }
- default = rt
-
The
rt
feature is set by default wheneverlpc55s6x-hal
is added without
somewhere in the dependency tree.default-features = false - rt default
-
Enables rt of lpc55s6x-pac ^0.0.5
lpc55s6x-hal has 2 features without comments.